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