// Do not put any classes in this file. It's part of the test that no classes // get serialized here. enum TheEnum { case A, B, C(MyClass) }