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