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(); }