diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/stru.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/unsorted/stru.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/stru.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/stru.c deleted file mode 100755 index 042c522..0000000 --- a/gcc_arm/testsuite/gcc.c-torture/unsorted/stru.c +++ /dev/null @@ -1,9 +0,0 @@ -struct foo -{ - int a, b, c; -}; - -foo (struct foo *a) -{ - a[0] = a[1]; -} |