blob: cff3329ce14f450c1d7fb77100feae67ae7a8a47 [file] [log] [blame]
#ifndef ALIAS_H
#define ALIAS_H
struct alias_outer {
template <typename = int>
using alias = int;
};
#endif