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