summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/c/bug_i_771.c
blob: c933487dbea24d98631f732a48ae48417f3fdced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
typedef struct Foo_s {
    int  a;
    int      *b;
    float   **c;
    bool *******d;
    FooBar ***A;
    FoBar  ***B;
}FooS;

typedef struct Foo_a {
    int    a;
    int    *b;
    float  **c;
    bool   *******d;
    FooBar ***A;
    FoBar  ***B;
}FooA;