summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Q_FOREVER.cpp
blob: a0fb07d598e103f4decacb293b7e1a22b69165b5 (plain)
1
2
3
4
5
6
void Cache::collection()
{
    Q_FOREVER{
        a = 5;
    }
}