mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 05:00:39 +00:00
Testcase for PR4332.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73353 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
90f95f88c6
commit
ec08da01fc
8
test/FrontendC/2009-06-14-HighlyAligned.c
Normal file
8
test/FrontendC/2009-06-14-HighlyAligned.c
Normal file
@ -0,0 +1,8 @@
|
||||
// RUN: %llvmgcc %s -S
|
||||
// PR4332
|
||||
|
||||
static int highly_aligned __attribute__((aligned(4096)));
|
||||
|
||||
int f() {
|
||||
return highly_aligned;
|
||||
}
|
Loading…
Reference in New Issue
Block a user