blob: 9c9530bfb49f5031125f634c7fd3fb410cd617bf [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
Jeffrey Yasskinf65b0e92010-03-21 08:12:46 +00005 * XFAIL: vg_leak
Daniel Dunbarff6477b2008-11-19 02:59:00 +00006 */
7
8int f0(void) {
9 return x;
10}