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

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