summaryrefslogtreecommitdiffstats
path: root/tests/front-end/parser-using-file.spire.disabled
blob: b2e1648f73757ad5f4bca2b0605b10ada7fc66b9 (plain)
1
2
3
4
5
6
//TEST:SIMPLE:
// test that we can include a file via `using`

using "parser-using-file-a.slang.h";

float base( float x ) { return a(x); }