diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/front-end/import-subdir-search-path.slang | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/front-end/import-subdir-search-path.slang b/tests/front-end/import-subdir-search-path.slang new file mode 100644 index 000000000..e58736e8f --- /dev/null +++ b/tests/front-end/import-subdir-search-path.slang @@ -0,0 +1,7 @@ +//TEST:SIMPLE: -Itests/front-end/subdir + +// Confirming import lookup via search paths work + +__import import_subdir_a; + +float bar(float x) { return foo(x); }
\ No newline at end of file |
