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