Пример #1
0
 public static function notCalled($ignored)
 {
     // This function isn't called so we shouldn't see it when dead code elimination is engaged.
     return StaticCall::_unreachable($ignored);
 }