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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
typo-correction-cxx17.cpp
blob
d6a8994f74e1376e7bdb5abbcbdeb2a12cf6bf54
1
// RUN: %clang_cc1 -std=c++1z -fsyntax-only -verify %s
2
3
namespace
decomp_decl
{
4
void
f
() {
5
auto
[
this_is_a_typo
] =
this_is_a_typp
();
// expected-error{{use of undeclared identifier 'this_is_a_typp'}}
6
}
7
}