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