//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); }