mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 02:03:11 +00:00
Test case for r126127. Radar 9012638.
llvm-svn: 126131
This commit is contained in:
parent
77c058dc70
commit
736a9b66c2
5
test/FrontendC/2011-02-21-DATA-common.c
Normal file
5
test/FrontendC/2011-02-21-DATA-common.c
Normal 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];
|
Loading…
x
Reference in New Issue
Block a user