// RUN: %clang_cc1 -verify -fstrict-flex-arrays=2 %s
// We cannot know for sure the size of a flexible array.
;
void
// Under -fstrict-flex-arrays `a` is not a flexible array.
;
void
// Under -fstrict-flex-arrays `a` is a flexible array.
;
void