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