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