blob: bf67a21896b0906ffd022b7854b5d3456f712c74 [file] [log] [blame]
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
#include <wchar.h>
struct {
wchar_t *name;
} syms = { L"NUL" };