xxxxxxxxxx
class Foo
{
}
struct MyStruct
@nogc:
public:
Foo foo; // This does not produce an error, but it still requires a GC scan
void Bar()
foo = new Foo; // This produces an error