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