For whatever the reason, x86 CallingConv::Fast (i.e. fastcc) was not passing scalar...
[oota-llvm.git] / test / FrontendC / 2003-08-21-WideString.c
index 0a833dcac547468077a185a4a579369ac697330f..69847610b1365d6bbbf061930023f62d6834120a 100644 (file)
@@ -1,5 +1,7 @@
 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
 
+#include <wchar.h>
+
 struct {
-  int *name;
+  wchar_t *name;
 } syms = { L"NUL" };