1// RUN: %clang_cc1 -verify -std=c++14 %s2 3auto f() {4 return __array_extent(int, ); // expected-error {{expected expression}}5}6