summaryrefslogtreecommitdiffstats
path: root/test/input/RValueReferenceType.cxx
blob: 1dc1d144fed59d1f39568693f677c053030d7f67 (plain)
1
2
3
namespace start {
typedef int&& type;
}