aboutsummaryrefslogtreecommitdiff
path: root/test/CodeCompletion/end-of-file.cpp
blob: 178ef4561f56ba57f68c9a4384d752e14694117c (plain) (blame)
1
2
3
4
5
6
7
// 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