diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-08-22 14:02:48 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-08-22 14:02:48 -0400 |
| commit | ad51b208b4924d04f1d6a804178a67994b4f9e59 (patch) | |
| tree | 9ae29e0af02b7406a0cf07fdd8b0dd7fdac0aedf /test/import.tm | |
| parent | 2055439be4f5053b9a4d631cefd8bb7c83a8e4e3 (diff) | |
Overhaul of import syntax. Now everything uses `use`: `use foo`, `use
./foo.tm`, `use <foo.h>`, `use libfoo.so`
Diffstat (limited to 'test/import.tm')
| -rw-r--r-- | test/import.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/import.tm b/test/import.tm index c84e18e0..e6a9b4ae 100644 --- a/test/import.tm +++ b/test/import.tm @@ -1,4 +1,4 @@ -imported := import ./use_import +imported := use ./use_import.tm func asdf()->imported.ImportedType: return imported.get_value() |
