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*/;