# Automatically generated; edit in Sphinx source code, not here. module Test; public type test = unit { a: /1234/ %debug { print self.a; } b: /567890/; on b %debug { print self.b; } };