1 struct Foo { 2 v: u8, 3 w: u8, 4 } main()5 fn main() { 6 builtin # offset_of(Foo, v); //~ ERROR `builtin #` syntax is unstable 7 } 8