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