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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
eval-recursive-constant.cpp
blob
608c95d828ed78bae64f937c5285f9625639381e
1
// RUN: %clang_cc1 %s -emit-llvm-only
2
3
extern
const int
a
,
b
;
4
const int
a
=
b
,
b
=
a
;
5
int
c
() {
if
(
a
)
return
1
;
return
0
; }