C++程序  |  8行  |  119 B

// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null

#include <wchar.h>

struct {
  wchar_t *name;
} syms = { L"NUL" };