XFAIL vg_leak the new test as the rest.
[oota-llvm.git] / test / FrontendC / 2009-07-15-pad-wchar_t-array.c
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3 #include <stddef.h>
4 signed short _iodbcdm_sqlerror( )
5 {
6   wchar_t _sqlState[6] = { L"\0" };
7 }