mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-30 17:21:10 +00:00
Heal this test
llvm-svn: 36161
This commit is contained in:
parent
320ce04cb2
commit
325d93dde4
@ -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(); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user