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