diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/n.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/unsorted/n.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/n.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/n.c deleted file mode 100755 index 1a9a869..0000000 --- a/gcc_arm/testsuite/gcc.c-torture/unsorted/n.c +++ /dev/null @@ -1,6 +0,0 @@ -char_autoincr (b1, c) - short *b1; - short c; -{ - *b1 = c; -} |