blob: 07ae761d2c881774befad8fb6df69fc2644cc524 [file] [log] [blame]
Daniel Dunbarff6477b2008-11-19 02:59:00 +00001/*
2 * Check that the 'include' options work.
3 * RUN: echo "int x;\n" > %t1.inc
Mikhail Glushenkov113ec352008-11-25 21:38:12 +00004 * RUN: llvmc -include %t1.inc -fsyntax-only %s
Daniel Dunbarff6477b2008-11-19 02:59:00 +00005 */
6
7int f0(void) {
8 return x;
9}