blob: bf2d62c556808e6bfab0dbb3e506c8cbbd0e73ed (
plain) (
blame)
1
2
3
4
5
6
|
using MyTypeAlias = int;
// RUN: c-index-test -index-file %s > %t
// RUN: FileCheck %s -input-file=%t
// CHECK: [indexDeclaration]: kind: type-alias | name: MyTypeAlias | {{.*}} | loc: 1:7
|