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