No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / invariant_false.php
blob1bf14996eb9cbe8eb2745b18309b0b56e7d27828
1 <?hh // strict
3 function test(): int {
4 invariant(false, 'This should be an invariant violation');