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