Files
hakorune/apps/tests/mir-safe-min/main.hako

10 lines
120 B
Plaintext

// Safe minimal MIR test (no plugins)
static box Main {
main() {
x = 1
y = 2
z = x + y
return z
}
}