From bc32ed90d6eaaca6406998961c50c5f5d5ca5260 Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 8 Aug 2022 09:19:07 +0200 Subject: lexing fix --- bootstrap/test2.cff | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap/test2.cff') diff --git a/bootstrap/test2.cff b/bootstrap/test2.cff index ec5fcb0..83e12fe 100644 --- a/bootstrap/test2.cff +++ b/bootstrap/test2.cff @@ -42,9 +42,11 @@ extern fn main() void { case Int i; i; case Flo *f; + let x f32 = *f; } let t = v.#tag; let i = v.Int; + ! v.#tag++; #:outer for let i = 0; i++ < 10; { printf("%d\n", i); -- cgit v1.2.3