class A { uint32 i; A(uint32 myint) { i = myint; } } class B inherit A { B(uint32 myint) { :(myint); } }