summaryrefslogtreecommitdiff
path: root/test/FrontendC/2003-08-21-WideString.c
blob: bf67a21896b0906ffd022b7854b5d3456f712c74 (plain)
1
2
3
4
5
6
7
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null

#include <wchar.h>

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