hanchenye-llvm-project/clang/test/Sema/wchar_size.c

4 lines
117 B
C

// RUN: clang %s -fsyntax-only -verify -triple=i686-apple-darwin9
int check_wchar_size[sizeof(*L"") == 4 ? 1 : -1];