Raw File
import-exported-b.slang
//TEST_IGNORE_FILE:

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

float foo(float x) { return x; }
back to top