mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 12:08:25 +00:00
fedfcab2ab
Fix up Annotate attribute test case. Fix DebugFilename.c test case to look for right file name. llvm-svn: 37632
7 lines
221 B
C
7 lines
221 B
C
// RUN: ignore %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(); }
|
|
int func2() { fluffy; return hfunc1(); }
|
|
|