HomeMAL' // MANUFACTORUM
datacrypt
Piton / tests / errors / funcdef_in_if.py
tests/errors/funcdef_in_if.py43 B
if True:
    def a():
        print_int(1)