class CompileError::CallMethod::ClassNotFound { static method main : int () { NotFoundClass->foo(); } }