llvm-6502/test/FrontendC/2011-02-21-DATA-common.c
Stuart Hastings ec43f8052c Test case for r126127. Radar 9012638.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126131 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-21 18:08:40 +00:00

6 lines
169 B
C

// 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];