summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/bug_671.h
blob: 8ff7bfcab442e7e47f865ca9ae14fd0c110ce539 (plain)
1
2
3
4
5
6
7
8
#define FOO_MAX 10

bool foo[FOO_MAX];

void
foo_bar( int a,
           int* b,
             bool foo[FOO_MAX] );