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