mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-15 20:06:46 +00:00
ec43f8052c
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126131 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
169 B
C
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];
|