mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Heal this test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36161 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4da9fd79f7
commit
beabc2698e
@ -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