summaryrefslogtreecommitdiffstats
path: root/test/input/TypeAlias.cxx
blob: d86a77c073fe5957305b9af9fc9c4acabbf37e9d (plain)
1
2
3
namespace start {
using type = int;
}