blob: ae0783eaadd01954eb4e672b816ac2e9b059729f [file] [log] [blame]
Tanya Lattnere9af5d12004-11-06 22:41:00 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
Matthijs Kooijman818ae722008-06-13 16:52:35 +00002// XFAIL: *
3// See PR2425
Tanya Lattnere9af5d12004-11-06 22:41:00 +00004
Misha Brukman6f3c1782003-08-21 18:59:56 +00005struct {
6 int *name;
7} syms = { L"NUL" };