repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improve compatibility with older versions of Windows.
[llvm/msp430.git]
/
test
/
FrontendC
/
2006-09-25-DebugFilename.c
blob
eea52ba7608c7024def6fc94235972c3e2128fea
1
// RUN: not %llvmgcc -xc %s -S -o /dev/null |& \
2
// RUN: grep fluffy | grep 2006-09-25-DebugFilename.c
3
#include
"2006-09-25-DebugFilename.h"
4
int
func1
() {
return
hfunc1
(); }
5
int
func2
() {
fluffy
;
return
hfunc1
(); }
6