Closed huangguiyang closed 7 years ago
struct S { int a:1; }; void foo() { struct S s; sizeof(s.a); }
again, works fine for me, make sure your code is the latest.