diff options
Diffstat (limited to 'tests/sources/0308_if_var2.c')
-rw-r--r-- | tests/sources/0308_if_var2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sources/0308_if_var2.c b/tests/sources/0308_if_var2.c new file mode 100644 index 0000000..cf3aa0f --- /dev/null +++ b/tests/sources/0308_if_var2.c @@ -0,0 +1,2 @@ +int x = rand(-20,10); +if (x < 2) x = -x; |