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