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