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