fn[cc(.c)] main [export] () s32
{
    >a: s32 = 2;
    >b: s32 = 2;
    {
        >c: s32 = a - b;
        return c;
    }
}