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