1pub fn main() void {
2 var x: i32;
3
4 x = 1;
5}
6
7// exe=build_fail