Raw File
// this file exists to be included by "parser-using-file.slang"

float a(float x) { return x * x; }
back to top