diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/lop.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/unsorted/lop.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/lop.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/lop.c new file mode 100755 index 0000000..7246411 --- /dev/null +++ b/gcc_arm/testsuite/gcc.c-torture/unsorted/lop.c @@ -0,0 +1,6 @@ +lop (a) +{ + do + a--; + while (a >= -1); +} |