1// { dg-do assemble  }
2// Bug: fixincludes and/or cpp mangle the definition of wchar_t so that this
3// doesn't work.
4
5#include <stdlib.h>
6wchar_t array[] = L"xxx";	// { dg-bogus "" } wchar_t
7