tweak
[cdsspec-compiler.git] / test.c
1 #include <stdio.h>
2
3 struct pair {
4         int x, y;
5 };
6
7 int main() {
8 #include "test.h"
9         printf("%d\n", globalVar);
10         return 0;
11 }