diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/opout.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/unsorted/opout.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/opout.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/opout.c deleted file mode 100755 index 6d3736e..0000000 --- a/gcc_arm/testsuite/gcc.c-torture/unsorted/opout.c +++ /dev/null @@ -1,10 +0,0 @@ -x () -{} - -y () -{} - -z (a, b) -{ - return (int) &a + (int) &b + (int) x + (int) z; -} |