aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cplusplus/cxx11/data/ifWithInit.cpp
blob: c197342005ac721d016317a5c074901f9b4e8894 (plain)
1
2
3
4
5
int main()
{
    if (bool b = true; b)
        b = false;
}