4 lines
135 B
Plaintext
4 lines
135 B
Plaintext
// Test that deprecated instructions are not generated
|
|
local result = 42
|
|
local text = new StringBox("Hello MIR")
|
|
print(text.toString()) |