[export] main = fn [cc(c)] () s32
{
    >a: s32 = 5;
    if (a == 2)
    {
        return 1;
    }
    return 0;
}