repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[flang][cuda] Adapt ExternalNameConversion to work in gpu module (#117039)
[llvm-project.git]
/
clang
/
test
/
AST
/
ast-dump-undeduced-expr.cpp
blob
09eeb9eab8283dd0b7d02535ca3bc8f780a5326d
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 {{(inline )?}}constexpr