kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

6_7_2_1_bitfield_named_zero_width.c (67B)


      1 struct S {
      2   unsigned a : 0;
      3 };
      4 
      5 int test_main(void) { return 0; }