/ Test /

Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr


        

Your Answer

void f() {
    bool b;
    b = true;
    b = false;
}

JOJ Answer

void f() {
    bool b;
    b = true;
    b = false;
}