int
main
(
)
{
int
i
=
1
;
int
j
;
switch
(
i
)
{
case
1
:
j
=
2
;
case
2
:
}
printf
(
"j = %d"
,
j
)
;
}
syntax highlighted by
Code2HTML
, v. 0.9.1