diff options
Diffstat (limited to 'test/FrontendC/2007-11-07-AlignedMemcpy.c')
-rw-r--r-- | test/FrontendC/2007-11-07-AlignedMemcpy.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/FrontendC/2007-11-07-AlignedMemcpy.c b/test/FrontendC/2007-11-07-AlignedMemcpy.c deleted file mode 100644 index eb9d22c..0000000 --- a/test/FrontendC/2007-11-07-AlignedMemcpy.c +++ /dev/null @@ -1,4 +0,0 @@ -// RUN: %llvmgcc -S %s -o /dev/null -void bork() { - int Qux[33] = {0}; -} |