10 lines
120 B
Plaintext
10 lines
120 B
Plaintext
// Safe minimal MIR test (no plugins)
|
|
static box Main {
|
|
main() {
|
|
x = 1
|
|
y = 2
|
|
z = x + y
|
|
return z
|
|
}
|
|
}
|