Add test case for ptr annotation.
[oota-llvm.git] / test / FrontendC / 2003-08-21-WideString.c
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3 #include <wchar.h>
4
5 struct {
6   wchar_t *name;
7 } syms = { L"NUL" };