Fix PR2231 - opt -internalize -std-compile-opts should run internalize first
[oota-llvm.git] / test / FrontendC / 2003-08-21-WideString.c
index ae0783eaadd01954eb4e672b816ac2e9b059729f..69847610b1365d6bbbf061930023f62d6834120a 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
-// XFAIL: *
-// See PR2425
+
+#include <wchar.h>
 
 struct {
-  int *name;
+  wchar_t *name;
 } syms = { L"NUL" };