1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Heal this test

llvm-svn: 36161
This commit is contained in:
Anton Korobeynikov 2007-04-16 21:07:00 +00:00
parent 513bdd23e0
commit 753167055b

View File

@ -1,6 +1,6 @@
// RUN: %llvmgcc -xc %s -S -o /dev/null |& \
// RUN: ignore %llvmgcc -xc %s -S -o /dev/null |& \
// RUN: grep fluffy | grep 2006-09-25-DebugFilename.c.tr
#include "2006-09-25-DebugFilename.h"
int func1() { return hfunc1(); }
int func2() { int fluffy; return hfunc1(); }
int func2() { fluffy; return hfunc1(); }