fun main() -> int@ { let x = 3; let x = x; return x - 3; }