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