shithub: scc

ref: 547c5c8703133571adfcba5da8adc5df512229fa
dir: /tests/cc/execute/0083-voidret.c/

View raw version
void
voidfn()
{
    return;
}

int
main()
{
    voidfn();
    return 0;
}