summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/bug_1452.cpp
blob: d7fcf753b3767ddfac83c36e32dce1b04384e16c (plain)
1
2
3
4
5
6
struct foobar {
    char *foobarz() { return "foobar"; }
    char *foo_bar() { return "foo_bar"; }

    int foo;
};