summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/d/40061-const.d
blob: 8277f0c17f7b44b41f6f9b34852bb111f54fc006 (plain)
1
2
3
4
5
6
7
8
9
10
11
// hello
A b()
{
    return null;
}

const(C) d()
{
    return null;
}