diff options
Diffstat (limited to 'test/structlit.myr')
-rw-r--r-- | test/structlit.myr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/structlit.myr b/test/structlit.myr index 8f8cb9b..3e6a77e 100644 --- a/test/structlit.myr +++ b/test/structlit.myr @@ -1,3 +1,5 @@ +use std + /* checks that we can create struct literals with named initializers. exits with 42. */ type t = struct |