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