modernc.org/cc@v1.0.1/testdata/issue65.c (about) 1 struct { 2 int i; 3 int j:1; 4 int k:2; 5 int l:3; 6 int m; 7 } foo;