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

int f0(void) {
  return x;
}
OpenPOWER on IntegriCloud