Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
29511875348c49c9c5a14bb086cd51e17feb01c9
/
.
/
test
/
Index
/
index-file.cpp
blob: 7634c0db863f53642757c6ac050cd6b6b79280e7 [
file
] [
log
] [
blame
]
using
MyTypeAlias
=
int
;
extern
"C"
{
template
<
typename
T
>
*
Allocate
()
{
}
}
// RUN: c-index-test -index-file %s > %t
// RUN: FileCheck %s -input-file=%t
// CHECK: [indexDeclaration]: kind: type-alias | name: MyTypeAlias | {{.*}} | loc: 1:7