1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/FrontendC/2006-09-25-DebugFilename.c

7 lines
218 B
C
Raw Normal View History

// RUN: not %llvmgcc -xc %s -S -o /dev/null |& \
// RUN: grep fluffy | grep 2006-09-25-DebugFilename.c
#include "2006-09-25-DebugFilename.h"
int func1() { return hfunc1(); }
2007-04-16 23:07:00 +02:00
int func2() { fluffy; return hfunc1(); }