1 // RUN: %clang_cc1 -Wunsafe-buffer-usage -fsafe-buffer-usage-suggestions \
4 void gnu_stmtexpr_crash(void) {
11 // This is a statement-expression (GNU extension).
12 ({ int x
; }) // no-crash // expected-warning{{excess elements in struct initializer}}