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