summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cpp/34117-extern_func.cpp
blob: 4de29e3c8afcfe38b252ac6f3eb9078f7e474d06 (plain)
1
2
3
4
5
6
7
8
void foo();

// hello
extern "C"
BAR_EXPORT
void bar()
{
}