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