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