forked from OSchip/llvm-project
4 lines
117 B
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];
|