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