Fix a warning, closing PR2452

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52529 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-06-20 05:33:29 +00:00
parent 3e64ff6832
commit a3de6e9ab8

View File

@ -1,7 +1,7 @@
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
// XFAIL: *
// See PR2452 #include <wchar.h>
struct { struct {
int *name; wchar_t *name;
} syms = { L"NUL" }; } syms = { L"NUL" };