Sign in
android
/
platform
/
external
/
antlr
/
refs/heads/android15-tests-release
/
.
/
runtime
/
Python
/
tests
/
t018llstar.input
blob: 1aa5a0d0952c0117171cb440b6c9eacc20a82c69 [
file
] [
log
] [
blame
] [
edit
]
char
c
;
int
x
;
void
bar
(
int
x
);
int
foo
(
int
y
,
char
d
)
{
int
i
;
for
(
i
=
0
;
i
<
3
;
i
=
i
+
1
)
{
x
=
3
;
y
=
5
;
}
}