summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/d/40501-template_spacing001.d
blob: dc3242fff0ecb0e97e53dcc9f5b45fa61aa363f4 (plain)
1
2
3
4
5
6
7
8
9
void func0(TemplatedClass2!(int, int)b){
}

void func1(TemplatedClass2!(int, int)b){
}


void func2(TemplatedClass!int b){
}