Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/14.0-2022-03-22
/
.
/
clang
/
test
/
CodeCompletion
/
incomplete-member.cpp
blob: f86b48887e02072e0764d6ed562192ceb273feef [
file
] [
log
] [
blame
] [
edit
]
struct
IncompleteType
;
void
foo
()
{
IncompleteType
*
f
;
f
->
x
;
}
// RUN: not %clang_cc1 -fsyntax-only -code-completion-at=%s:5:6 %s -o - | FileCheck %s -allow-empty
// CHECK-NOT: COMPLETION: