llvm-for-llvmta/tools/clang/test/CodeCompletion/end-of-file.cpp

7 lines
252 B
C++
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
// Check that clang does not crash when completing at the last char in the
// buffer.
// NOTE: This file must *NOT* have newline at the end.
// RUN: %clang_cc1 -code-completion-at=%s:7:2 %s | FileCheck %s
// CHECK: COMPLETION: foo
using foo = int***;
f