summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/extern_func.cpp
blob: 24e90a371ff270d0e96cc23cc28bae4aed0a7c50 (plain)
1
2
3
4
5
6
7
void foo();
// hello
extern "C"
BAR_EXPORT
void bar()
{
}