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