Hello, is it possible to declare nested struct such as: ``` struct SomeStruct { SomeStruct* next; int something; }; ```