brintos

brintos / llvm-project-archived public Read only

0
0
Text · 214 B · 09eeb9e Raw
8 lines · cpp
1// RUN: not %clang_cc1 -triple x86_64-unknown-unknown -ast-dump %s | FileCheck %s2 3struct Foo {4  static constexpr auto Bar = ;5};6 7// CHECK: -VarDecl {{.*}} invalid Bar 'const auto' static {{(inline )?}}constexpr8