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