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