summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/00406-bug_i_771.c
blob: 9c2b1cc2e4b6efa60f686cfc3bb43e0709fda4c5 (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;