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

6 lines
147 B
C

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