diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-03-17 13:09:25 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-17 13:09:25 +0100 |
commit | b4f5cf20865ce0249dd244d7aae73acd150f4b69 (patch) | |
tree | 187dc7cf54f27bb8671fe10d39ea9bcc01dd90c1 /source/expected.c |
Initial commit
Diffstat (limited to 'source/expected.c')
-rw-r--r-- | source/expected.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/expected.c b/source/expected.c new file mode 100644 index 0000000..6db128a --- /dev/null +++ b/source/expected.c @@ -0,0 +1,7 @@ +typedef enum { + MyEnum_A, + MyEnum_B, + MyEnum_C, + MyEnum_Count +} MyEnum; + |