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
[flang] Don't needlessly instantiate distinct UNSIGNED cases for FINDLOC (#120471)
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2008-05-06-CFECrash.c
blob
11775673a7cc78a0d835f0df544b97be86ae2aa6
1
// RUN: %clang_cc1 -emit-llvm -O2 %s -o /dev/null
2
// PR2292.
3
__inline__
__attribute__
((
__pure__
))
int
g
(
void
) {}
4
void
f
(
int
k
) {
k
=
g
(); }