Driver: tweak handling of '--analyze' to invoke
[clang.git] / test / Sema / PR2728.c
blobe9f1deaf7cd61987190d4647cabae9dfc29155a9
1 // RUN: %clang_cc1 -verify -fsyntax-only -std=c90 %s
2 // RUN: %clang_cc1 -verify -fsyntax-only -std=c99 %s
4 struct s
6 int a;
7 };
9 int a[__builtin_offsetof(struct s, a) == 0];