summaryrefslogtreecommitdiffstats
path: root/tests/front-end/import-exported-b.slang
blob: e7bc495107460c0f4c54b4d2cb7bfb7981954e4f (plain)
1
2
3
4
5
//TEST_IGNORE_FILE:

// This file defines the code that will be (transitively) imported into `import-exported.slang`

public float foo(float x) { return x; }