master
1pub export fn foo() c_int {
2 var a: c_int = 1;
3 _ = &a;
4 var b: c_int = 2;
5 _ = &b;
6 return a + b;
7}
8pub const MAKELOCAL = @compileError("unable to translate C expr: unexpected token .Equal"); // macro.c:1:9
9
10// syntax