aboutsummaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-undeduced-expr.cpp
blob: 09eeb9eab8283dd0b7d02535ca3bc8f780a5326d (plain)
1
2
3
4
5
6
7
// 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