summaryrefslogtreecommitdiffstats
path: root/tests/preprocessor/include.slang
blob: e21d23877477482bb26a5a638a29395fbdabaac0 (plain)
1
2
3
4
5
6
7
8
//TEST:SIMPLE:
// #include support

int foo() { return 0; }

#include "include-a.slang.h"

int baz() { return bar(); }