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