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:
Stuart Hastings 2011-02-21 18:08:40 +00:00
parent 7331ca853a
commit ec43f8052c

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