bolt/deps/llvm-18.1.8/clang/test/CodeCompletion/end-of-file.cpp
2025-02-14 19:21:04 +01:00

7 lines
No EOL
260 B
C++

// 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:%(line+3):2 %s | FileCheck %s
// CHECK: COMPLETION: foo
using foo = int***;
f