mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
6 lines
98 B
C
6 lines
98 B
C
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
|
|
|
|
struct {
|
|
int *name;
|
|
} syms = { L"NUL" };
|