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