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