diff options
Diffstat (limited to 'bootstrap/test.cff')
| -rw-r--r-- | bootstrap/test.cff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/test.cff b/bootstrap/test.cff index 4475b0b..0fd9333 100644 --- a/bootstrap/test.cff +++ b/bootstrap/test.cff @@ -6,7 +6,7 @@ union Val { } -enum Color { +enum Color : i16 { Red, Green, Blue } |