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