blob: eeb6ca6926bb589cfbb001f19ebdeefb6bd24a3a [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
4 * RUN: llvmc2 -include %t1.inc -fsyntax-only %s
5 */
6
7int f0(void) {
8 return x;
9}