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