aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Modules/_xxtestfuzz/fuzz_pycompile_corpus/input2.py
blob: 7be326e95be0eb4dfd537270c7c4d8550e74c093 (plain) (blame)
1
2
3
4
5
class Foo(metaclass=42):
    __slots__ = ['x']
    pass

foo = Foo()