From 064d1aea4ec642ac32c8e3b2b6ac88dce31da206 Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 8 Aug 2022 10:29:37 +0200 Subject: oops --- bootstrap/test2.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/test2.cff') diff --git a/bootstrap/test2.cff b/bootstrap/test2.cff index a48247e..979d251 100644 --- a/bootstrap/test2.cff +++ b/bootstrap/test2.cff @@ -16,7 +16,7 @@ struct Bit { !fn foo(x T) T { return ~x + Y; } } -defmacro def2(x, v) [def x = (v)] +defmacro def2(x, v) [static x = (v)] def2(Y, 3.3); -- cgit v1.2.3