summaryrefslogtreecommitdiff
path: root/tests/sources/0308_if_var2.c
blob: cf3aa0fe7c38577280a52ea8381fd29028cef238 (plain) (blame)
1
2
int x = rand(-20,10);
if (x < 2) x = -x;