Disallow declarations outside of the global scope.
[hiphop-php.git] / hphp / test / slow / inout / interp-retm / tests / bad-trait-2.php
blob6f25c7bbc3c603ae5ecfe79cee5c1714c95e8a90
1 <?hh /* @generated by make_suite.sh */
3 trait T {
4 function C(inout $x) {}
7 class C {
8 use T;