Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame^] | 1 | // RUN: ignore %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(); } | ||||
6 |