cpython/Lib/test/dis_module.py


# A simple module for testing the dis module.

def f(): pass
def g(): pass