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