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