new testcase

llvm-svn: 38976
This commit is contained in:
Chris Lattner 2006-10-14 07:54:12 +00:00
parent 02dffbda3b
commit aecc057c64
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
// RUN: clang -arch ppc -arch linux -fsyntax-only %s 2>&1 | grep note | wc -l | grep 1
// wchar_t varies across targets.
void *X = L"foo";