Sign in
llvm
/
clang
/
65acf43270ea2894dffa0d0b292b92402f80c8cb
/
.
/
test
/
CodeCompletion
/
crash-null-type.cpp
blob: c5b3d1e79390c3ffac1db76ce23cb35dc5a92289 [
file
] [
log
] [
blame
]
void
test
()
{
for
(
auto
[
loopVar
]
:
y
)
{
// y has to be unresolved
loopVa
}
}
// RUN: not %clang_cc1 -fsyntax-only -code-completion-at=%s:3:11 %s -o - \
// RUN: | FileCheck %s
// CHECK: COMPLETION: loopVar