diff options
Diffstat (limited to 'bootstrap/test2.cff')
| -rw-r--r-- | bootstrap/test2.cff | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap/test2.cff b/bootstrap/test2.cff index 4690f72..c0fafc5 100644 --- a/bootstrap/test2.cff +++ b/bootstrap/test2.cff @@ -37,6 +37,8 @@ extern fn main() void { case None; case Int i; i; + case Flo *f; + *f += 1.0f; } printf("n %d\n", n.value); |