1 2 3 4 5 6
//TEST:SIMPLE: // test that we can include a file via `using` using "parser-using-file-a.spireh"; float base( float x ) { return a(x); }