5 lines
74 B
C
5 lines
74 B
C
|
template<typename T> struct Template final {
|
||
|
int *_Nonnull x;
|
||
|
T y;
|
||
|
};
|