blob: ae0783eaadd01954eb4e672b816ac2e9b059729f [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
Matthijs Kooijman2035efd2008-06-13 16:52:35 +00002// XFAIL: *
3// See PR2425
Dan Gohmanf17a25c2007-07-18 16:29:46 +00004
5struct {
6 int *name;
7} syms = { L"NUL" };