summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/d/40003-volatile-1.d
blob: 2ef2634de143a27550914e98e24599c2ffb8d4b1 (plain)
1
2
3
4
5
6
7
8
9
10
{
    while (a)
    {
        volatile if (b)
            {
                b--;
                break;
            }
    }
}