summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/wchar_size.c
blob: a4041b976da99af6430f551103b17e43fbf71248 (plain)
1
2
3
// RUN: clang %s -fsyntax-only -verify -triple=i686-apple-darwin9

int check_wchar_size[sizeof(*L"") == 4 ? 1 : -1];
OpenPOWER on IntegriCloud