aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/include.c
blob: eeb6ca6926bb589cfbb001f19ebdeefb6bd24a3a (plain)
1
2
3
4
5
6
7
8
9
/*
 * Check that the 'include' options work.
 * RUN: echo "int x;\n" > %t1.inc
 * RUN: llvmc2 -include %t1.inc -fsyntax-only %s
 */

int f0(void) {
  return x;
}