1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/FrontendC/2011-02-21-DATA-common.c
Stuart Hastings 736a9b66c2 Test case for r126127. Radar 9012638.
llvm-svn: 126131
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];