diff options
Diffstat (limited to 'tests/front-end/subdir')
| -rw-r--r-- | tests/front-end/subdir/import-subdir-a.slang | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/front-end/subdir/import-subdir-a.slang b/tests/front-end/subdir/import-subdir-a.slang new file mode 100644 index 000000000..3962d4662 --- /dev/null +++ b/tests/front-end/subdir/import-subdir-a.slang @@ -0,0 +1,5 @@ +//TEST_IGNORE_FILE: + +// This is the imported code. + +float foo(float x) { return x; }
\ No newline at end of file |
