Files
lib_compiler/tests/any2.txt
2024-04-13 15:29:53 +02:00

4 lines
118 B
Plaintext

// #failed: resolve
// #error: non constant global declarations are illegal
global: int = 4;
any_global: Any = global;