diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/r.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/unsorted/r.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/r.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/r.c new file mode 100755 index 0000000..19eeda7 --- /dev/null +++ b/gcc_arm/testsuite/gcc.c-torture/unsorted/r.c @@ -0,0 +1,7 @@ +r (a, b) +{ + if (a < b) + return 1; + else + return 2; +} |