4 lines
118 B
Plaintext
4 lines
118 B
Plaintext
// #failed: resolve
|
|
// #error: non constant global declarations are illegal
|
|
global: int = 4;
|
|
any_global: Any = global; |