shithub: scc

ref: 6284570962706a28b1bf7a45a59dad2261b49008
dir: /tests/cc/execute/0083-voidret.c/

View raw version
void
voidfn()
{
    return;
}

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