summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/unsorted/str.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/str.c')
-rw-r--r--gcc/testsuite/gcc.c-torture/unsorted/str.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/str.c b/gcc/testsuite/gcc.c-torture/unsorted/str.c
deleted file mode 100644
index d2dec4b2303..00000000000
--- a/gcc/testsuite/gcc.c-torture/unsorted/str.c
+++ /dev/null
@@ -1,13 +0,0 @@
-typedef struct
-{
- char a;
- char b;
-} foo;
-
-bar ()
-{
- foo foobar[100];
- foobar[1].a = 'a';
- foobar[2].a = 'b';
- barfoo (foobar);
-}