aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/3.cff2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/3.cff b/test/3.cff
index 7d73db6..cafed6a 100644
--- a/test/3.cff
+++ b/test/3.cff
@@ -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) };