Make the llvm-runtest function much more amenable by eliminating all the
[oota-llvm.git] / test / CFrontend / 2003-08-21-WideString.c
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3 struct {
4   int *name;
5 } syms = { L"NUL" };