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