aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/test2.cff
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/test2.cff')
-rw-r--r--bootstrap/test2.cff2
1 files changed, 1 insertions, 1 deletions
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<T> {
!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);