We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The correct syntax is struct Foo;. Currently, this is accepted silently, but with errors if you try to use the constructor Foo.
struct Foo;
Foo