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