blob: 04d12448f35aeb7c25ee88fe780d5833dcc5e5e8 [file] [log] [blame]
#ifndef STRCT_H
#define STRCT_H
struct strct_outer {
template <typename = int>
struct strct;
};
#endif