diff options
Diffstat (limited to 'spec/inputs/export.mp')
-rw-r--r-- | spec/inputs/export.mp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/inputs/export.mp b/spec/inputs/export.mp index 9a494d9..085510e 100644 --- a/spec/inputs/export.mp +++ b/spec/inputs/export.mp | |||
@@ -43,6 +43,9 @@ export Constant = switch value | |||
43 | when "better" then 2 | 43 | when "better" then 2 |
44 | when "best" then 3 | 44 | when "best" then 3 |
45 | 45 | ||
46 | export item = 123 | ||
47 | |> func | ||
48 | |||
46 | export x | 49 | export x |
47 | 50 | ||
48 | f if a then b | 51 | f if a then b |