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