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