<?php

trait T {}

class WithTrait {
    use T;
}
