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