mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-31 01:15:36 +00:00
Regression test for PR#922.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30599 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fb981f3fee
commit
a47c2e4927
5
test/CFrontend/2006-09-25-DebugFilename.c
Normal file
5
test/CFrontend/2006-09-25-DebugFilename.c
Normal file
@ -0,0 +1,5 @@
|
||||
// RUN: %llvmgcc -xc %s -S -o /dev/null 2>&1 | grep fluffy | grep '2006-09-25-DebugFilename.c.tr'
|
||||
#include "2006-09-25-DebugFilename.h"
|
||||
int func1() { return hfunc1(); }
|
||||
int func2() { fluffy; return hfunc1(); }
|
||||
|
6
test/CFrontend/2006-09-25-DebugFilename.h
Normal file
6
test/CFrontend/2006-09-25-DebugFilename.h
Normal file
@ -0,0 +1,6 @@
|
||||
extern int exfunc(int a);
|
||||
|
||||
static inline int hfunc1()
|
||||
{
|
||||
return exfunc(1);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user