summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34506-Issue_3220.cpp
blob: ba42b0134121b756d60439d615b6bc0c00fa85b7 (plain)
1
2
3
4
5
6
int *   b;
auto Func2(Model    *      model) -> Color                  *  *    const;
auto Func2(Model   *   model) -> Color   *   *        const {
        return nullptr;
}
int    *    Funcf(Model   *   model, int   *  *);