1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null 2 3 #include <wchar.h> 4 5 struct { 6 wchar_t *name; 7 } syms = { L"NUL" }; 8