Improve compatibility with older versions of Windows.
[llvm/msp430.git] / test / FrontendC / 2006-09-25-DebugFilename.c
blobeea52ba7608c7024def6fc94235972c3e2128fea
1 // RUN: not %llvmgcc -xc %s -S -o /dev/null |& \
2 // RUN: grep fluffy | grep 2006-09-25-DebugFilename.c
3 #include "2006-09-25-DebugFilename.h"
4 int func1() { return hfunc1(); }
5 int func2() { fluffy; return hfunc1(); }