summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/c/00910-pascal_ptr.c
blob: 27a9cdef935ab047e2105887a5d7724a315a43fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
foobar_t* a;
int* b;
int* c;
something no;

char* main()
{
    int i = (5 * 3) + 2;
}

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