Basic flow analysis on if statements
[hiphop-php.git] / hphp / test / slow / types / redeftype.php
blob2d87ce6b787b12fa88e2e32cce33839888033832
1 <?hh
4 newtype Type1 = int;
5 newtype Type2 = Type1;
8 <<__EntryPoint>>
9 function main_redeftype() {
10 echo "pass\n";