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 1f426b8..ba47c6d 100644 --- a/bootstrap/test.cff +++ b/bootstrap/test.cff @@ -1,4 +1,4 @@ -typedef v3f [-(-1 * 2) + -(-8/~~5)]f32; +typedef v3f ["!"[~-1] - 30]f32; extern fn main (argc int, argv **u8) void { extern fn printf(fmt *const u8, ...) int; |