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