aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/unsorted/stru.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/stru.c')
-rw-r--r--gcc/testsuite/gcc.c-torture/unsorted/stru.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/stru.c b/gcc/testsuite/gcc.c-torture/unsorted/stru.c
deleted file mode 100644
index 042c5221784..00000000000
--- a/gcc/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];
-}