diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/str.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/unsorted/str.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/str.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/str.c deleted file mode 100755 index d2dec4b..0000000 --- a/gcc_arm/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); -} |