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