12345678910 class { use TestCase; use CommandInfo; static method main : void () { warn CommandInfo->PROGRAM_NAME; TestCase->main(); }}
class {
use TestCase;
use CommandInfo;
static method main : void () {
warn CommandInfo->PROGRAM_NAME;
TestCase->main();
}