mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
0177b31bde
llvm-svn: 52529
8 lines
122 B
C
8 lines
122 B
C
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
|
|
|
|
#include <wchar.h>
|
|
|
|
struct {
|
|
wchar_t *name;
|
|
} syms = { L"NUL" };
|