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