summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/kw_subst.c
blob: 5d37f823f4b06ae1f835e8a9caf72e2c12bcf939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include <string>

int foo1()
{
}

/** header comment */
#if 2
int foo2(void)
{
}
#endif

#if 1
void foo3(int a)
{
}
#endif

void *foo4(int a, int b, int c)
{
}