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