f
(
x
,
y
)
{
if
(
x
%
y
!
=
0
)
abort
(
)
;
}
main
(
)
{
f
(
-
5
,
5
)
;
exit
(
0
)
;
}
syntax highlighted by
Code2HTML
, v. 0.9.1