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