sync the repo
[hiphop-php.git] / hphp / hack / test / typecheck / deprecated_fun.php
blob9d1dec36ae07f0bf9a5d7bb82a7f4e3a74cf8cf3
1 <?hh
3 <<__Deprecated('use bar() instead')>>
4 function foo(): void {}
6 function f(): void {
7 foo();