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