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

int foo() { return 0; }

#include "include-a.spireh"

int baz() { return bar(); }