remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2003-08-21-WideString.c
blobbf67a21896b0906ffd022b7854b5d3456f712c74
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
3 #include <wchar.h>
5 struct {
6 wchar_t *name;
7 } syms = { L"NUL" };