brintos

brintos / llvm-project-archived public Read only

0
0
Text · 129 B · 8134af6 Raw
6 lines · cpp
1// RUN: %clang_cc1 -verify -std=c++14 %s2 3auto f() {4  return __array_extent(int, ); // expected-error {{expected expression}}5}6