blob: bf67a21896b0906ffd022b7854b5d3456f712c74 [file] [log] [blame]
Dan Gohman2d65d352009-08-25 15:38:29 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
Chris Lattnerb1d53052008-06-20 05:33:29 +00002
3#include <wchar.h>
Dan Gohmanf17a25c2007-07-18 16:29:46 +00004
5struct {
Chris Lattnerb1d53052008-06-20 05:33:29 +00006 wchar_t *name;
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007} syms = { L"NUL" };