// RUN: %llvmgcc -S %s -o - | grep {constant \\\[18 x} | grep { 84, }// This should pass for any endianness combination of host and target.#include <wchar.h>externvoidfoo(const wchar_t* p);intmain(int argc,const char* argv[]){foo(L"This is some text");return0;}