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