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