diff options
Diffstat (limited to 'test/FrontendC/2009-06-14-HighlyAligned.c')
-rw-r--r-- | test/FrontendC/2009-06-14-HighlyAligned.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/FrontendC/2009-06-14-HighlyAligned.c b/test/FrontendC/2009-06-14-HighlyAligned.c deleted file mode 100644 index 227db74..0000000 --- a/test/FrontendC/2009-06-14-HighlyAligned.c +++ /dev/null @@ -1,8 +0,0 @@ -// RUN: %llvmgcc %s -S -o /dev/null -// PR4332 - -static int highly_aligned __attribute__((aligned(4096))); - -int f() { - return highly_aligned; -} |