diff options
Diffstat (limited to 'tests/sources/0318_cmp_ne.c')
-rw-r--r-- | tests/sources/0318_cmp_ne.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sources/0318_cmp_ne.c b/tests/sources/0318_cmp_ne.c new file mode 100644 index 0000000..8e7bf10 --- /dev/null +++ b/tests/sources/0318_cmp_ne.c @@ -0,0 +1,3 @@ +int x = rand(10,15); +int y = rand(10,15); +if (x != y) print(x,y); |