bolt/deps/llvm-18.1.8/clang/test/AST/ast-dump-undeduced-expr.cpp

8 lines
214 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: not %clang_cc1 -triple x86_64-unknown-unknown -ast-dump %s | FileCheck %s
struct Foo {
static constexpr auto Bar = ;
};
// CHECK: -VarDecl {{.*}} invalid Bar 'const auto' static {{(inline )?}}constexpr