summaryrefslogtreecommitdiffstats
path: root/tests/front-end/parser-using-file-a.slang.h
blob: 8b381fd18813a14a912506f1412d776c8aafde95 (plain)
1
2
3
4
5
6
// this file exists to be included by "parser-using-file.slang"

float a(float x)
{
    return x * x;
}