diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/compile/930623-1.c')
-rwxr-xr-x | gcc/testsuite/gcc.c-torture/compile/930623-1.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/930623-1.c b/gcc/testsuite/gcc.c-torture/compile/930623-1.c deleted file mode 100755 index 4b5b90b..0000000 --- a/gcc/testsuite/gcc.c-torture/compile/930623-1.c +++ /dev/null @@ -1,7 +0,0 @@ -g (a, b) {} - -f (xx) - void* xx; -{ - __builtin_apply ((void*)g, xx, 200); -} |