summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30001-alt_tokens.cpp
blob: 02083b88c2c37164a5158f45e8dfb890f2639e72 (plain)
1
2
3
4
5
6
7
// how to use digraps:
// https://en.wikipedia.org/wiki/Digraphs_and_trigraphs

int main(int argc, char *argv[]) <% // {
int array<: 10 :>;                    // int array[10];
%>                                  // }