hanchenye-llvm-project/llvm/test/FrontendC/2003-08-21-WideString.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" };