diff options
Diffstat (limited to 'tests/sources/0205_assign_rand2.c')
-rw-r--r-- | tests/sources/0205_assign_rand2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sources/0205_assign_rand2.c b/tests/sources/0205_assign_rand2.c new file mode 100644 index 0000000..a5aade7 --- /dev/null +++ b/tests/sources/0205_assign_rand2.c @@ -0,0 +1,3 @@ +int x; +x = rand(10,-5); +print(x); |