summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/d/const.d
blob: 778957fdc162e26d129c4a29824cd57af7b2006a (plain)
1
2
3
4
5
6
7
8
9
// hello
A b() {
    return null;
}

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