ref: 7b8904abd412ecf638d1ed90703c3c5ec1ae3f4c dir: /test/emptytrait.myr/
use std trait fooable @a = ;; impl fooable int generic foo = {x : @a::fooable -> x } const main = { std.exit(foo(123)) }