mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 21:34:23 +00:00
Test case for r126127. Radar 9012638.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126131 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7331ca853a
commit
ec43f8052c
5
test/FrontendC/2011-02-21-DATA-common.c
Normal file
5
test/FrontendC/2011-02-21-DATA-common.c
Normal file
@ -0,0 +1,5 @@
|
||||
// RUN: %llvmgcc -S %s -o /dev/null
|
||||
struct rtxc_snapshot {
|
||||
int a, b, c, d;
|
||||
};
|
||||
__attribute__ ((section("__DATA, __common"))) static struct rtxc_snapshot rtxc_log_A[4];
|
Loading…
x
Reference in New Issue
Block a user