summaryrefslogblamecommitdiff
path: root/tests/sources/0307_if_var.c
blob: a18b71b05347877c6e0f2d62f8b22cbdac024321 (plain) (tree)
1
2
3


                         
int x = rand(-10,20);
if (x >= 0) { print(x); }
else { print(x); }