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
[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git]
/
clang
/
test
/
SemaTemplate
/
nss-recovery.cpp
blob
08974cbbff1132b44dc35f19bba8b591b17459ca
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3
// There should be no extra errors about missing 'typename' keywords.
4
void
f
() {
5
decltype
(
undef
())::
Type T
;
// expected-error {{use of undeclared identifier}}
6
}