| Argyrios Kyrtzidis | 754a5d1 | 2012-09-01 19:08:08 +0000 | [diff] [blame] | 1 | using MyTypeAlias = int; |
| 2 | |||||
| 3 | // RUN: c-index-test -index-file %s > %t | ||||
| 4 | // RUN: FileCheck %s -input-file=%t | ||||
| 5 | |||||
| 6 | // CHECK: [indexDeclaration]: kind: type-alias | name: MyTypeAlias | {{.*}} | loc: 1:7 | ||||