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
/
2008-05-12-TempUsedBeforeDef.c
blob
21724c1c830f87fb7b262331ad8dcf185e328f7f
1
// RUN: %llvmgcc -w -S -o /dev/null %s
2
// PR2264.
3
unsigned
foo
=
8L
;
4
unsigned
bar
=
0L
;
5
volatile
unsigned char
baz
=
6L
;
6
int
test
() {
7
char
qux
=
1L
;
8
for
(;
baz
>= -
29
;
baz
--)
9
bork
(
bar
&&
foo
,
qux
);
10
}