diff options
| author | 2022-08-08 10:29:37 +0200 | |
|---|---|---|
| committer | 2022-08-08 10:29:37 +0200 | |
| commit | 064d1aea4ec642ac32c8e3b2b6ac88dce31da206 (patch) | |
| tree | f2bf7ad5c4ae6f233309cbfa6ff5e57e0788ba28 /bootstrap/test2.cff | |
| parent | 013e4912833ebe5db705a0e8b3bd1c2ef62ef453 (diff) | |
oops
Diffstat (limited to 'bootstrap/test2.cff')
| -rw-r--r-- | bootstrap/test2.cff | 2 |
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); |