1const Foo = i32; 2export fn foo() usize { 3 return @offsetOf(Foo, "a"); 4} 5 6// error 7// 8// :3:22: error: expected struct type, found 'i32'