1 // RUN: not %clang_cc1 -triple x86_64-unknown-unknown -ast-dump %s | FileCheck %s
2 
3 struct Foo {
4   static constexpr auto Bar = ;
5 };
6 
7 // CHECK: -VarDecl {{.*}} invalid Bar 'const auto' static constexpr
8