Avatar
exit status: 1 with stderr:<stdin>:6:13: error: constructing an object of class type 'C' with a metatype value must use a 'required' initializer print(cType.init()) ~~~~~ ^ <stdin>:2:5: note: selected non-required initializer 'init()' init() {} ^