summaryrefslogtreecommitdiffstats
path: root/tests/preprocessor/include-a.slang.h
blob: 6e2012874c9828b6f8f03250e01e81da95e39778 (plain)
1
2
3
4
5
6
// #include support

int bar()
{
    return foo();
}