blob: f204af49e8c7f66d8f8a717862145d48adedf1a9 [file] [log] [blame]
template <typename T> struct S {
S(int);
S(int, int);
};