diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/3.cff | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,7 @@ bitfield ColorMaskFlags : u32 { blue 1 bool, alpha 1 bool, id (8,3), + // red 1, }; struct Foo { @@ -13,6 +14,7 @@ struct Foo { y f32, z union { p *void, i int }, h enum union { fa, ga *void }, + // x *void, } static foo Foo = { .z: { .i: 42 }, .h: :ga(&stderr) }; |