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