summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/33034-bug_671.h
blob: 5ef3b5d90123d7a06cf6c819cacb4bb58b74d733 (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 ] );