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