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