brintos

brintos / llvm-project-archived public Read only

0
0
Text · 260 B · 3591af6 Raw
7 lines · cpp
1// Check that clang does not crash when completing at the last char in the2// buffer.3// NOTE: This file must *NOT* have newline at the end.4// RUN: %clang_cc1 -code-completion-at=%s:%(line+3):2 %s | FileCheck %s5// CHECK: COMPLETION: foo6using foo = int***;7f