DEBSOURCES
Skip Quicknav
sources / libgnatcoll / 1.7gpl2015-2 / testsuite / xref / LA11-003 / foo-manager.adb
123456
package body foo.manager is function fire return boolean is begin return true; end fire; end foo.manager;