mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
6 lines
191 B
C++
6 lines
191 B
C++
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
|