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