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

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

float foo(float x) { return x; }