brintos

brintos / llvm-project-archived public Read only

0
0
Text · 164 B · 94fa8c8 Raw
9 lines · cpp
1// RUN: %clang_cc1 -fsyntax-only -verify %s2 3// issue1442644constexpr void test() 5{ 6    using TT = struct T[; 7    // expected-error@-1 {{expected expression}}8}9