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