hanchenye-llvm-project/clang/test/Parser/portability.c

6 lines
141 B
C
Raw Normal View History

2006-10-14 15:54:12 +08:00
// 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";