1
2# A simple module for testing the dis module.
3
4def f(): pass
5def g(): pass
6