Add trivial entry points to various tests
[hiphop-php.git] / hphp / test / slow / prop-type-hints / invalid-prop-type1.php
blob261a4a688b77f0bfbe80807ce0d755d5cb814c2d
1 <?hh
2 // Copyright 2004-present Facebook. All Rights Reserved.
4 class A {
5 public self $x;
8 <<__EntryPoint>>
9 function main(): void {
10 echo "Done.\n";