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