Test case for r126127. Radar 9012638.

llvm-svn: 126131
This commit is contained in:
Stuart Hastings 2011-02-21 18:08:40 +00:00
parent 77c058dc70
commit 736a9b66c2

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