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

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