repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2006-09-25-DebugFilename.c
blob
2edb63f84dd83d85503c1eacaf2f78449cec32ed
1
// RUN: not %clang_cc1 %s -emit-llvm -o /dev/null
2
#include
"2006-09-25-DebugFilename.h"
3
int
func1
() {
return
hfunc1
(); }
4
int
func2
() {
fluffy
;
return
hfunc1
(); }
// expected-error {{use of undeclared identifier 'fluffy'}}