blob: 650ae7edddbdcae2012cd3d9a1fdd3518c301027 [file] [log] [blame]
Stuart Hastings33a3f352011-02-21 18:08:40 +00001// RUN: %llvmgcc -S %s -o /dev/null
2struct rtxc_snapshot {
3 int a, b, c, d;
4};
5__attribute__ ((section("__DATA, __common"))) static struct rtxc_snapshot rtxc_log_A[4];