summaryrefslogblamecommitdiff
path: root/tests/sources/0302_if_both.c
blob: 5afc2f8b8c6d0a7e52080f6f505f5aacabdb2e64 (plain) (tree)
1
2

                          
int x = 1;
if (rand(0,1) == 0) x = 9;