Sign in
llvm
/
llvm-project.git
/
refs/heads/main
/
.
/
clang
/
test
/
CodeCompletion
/
GH200879.cpp
blob: 742b02456ede617109b11e1aa4bcc4ed883d76a5 [
file
] [
edit
]
// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:6:2 %s
// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:10:2 %s
struct
A
{
A
(
int
=
0
);
}
/*invoke completion here*/
;
struct
B
{
B
()
noexcept
(
false
);
}
/*invoke completion here*/
;