Files
marte_dev_tools/test/integration/fmt.marte
Martino Ferrari 1eda6a2a38 Working on
2026-01-19 23:29:41 +01:00

11 lines
132 B
Plaintext

#package TEST.FMT
// Detached comment
+Node = {
Class = "MyClass"
// Sticky comment
Field = 123
Array = {1 2 3}
}