Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-09-19
/
.
/
clang
/
test
/
CodeCompletion
/
incomplete-member.cpp
blob: 0c4a1566b40f86d7481383d038fc824cdb3a8dbb [
file
] [
log
] [
blame
]
struct
IncompleteType
;
void
foo
()
{
IncompleteType
*
f
;
f
->
x
;
}
// RUN: not %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-2):6 %s -o - | FileCheck %s -allow-empty
// CHECK-NOT: COMPLETION: