You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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 |