summaryrefslogtreecommitdiffstats
path: root/testing/decl_def.h
blob: 6e39335bb48a71672ba14ed753fd2c5c59907df1 (plain)
1
2
3
4
5
6
7
8
9
10
namespace N
{

/** @brief variable declaration */
extern int var;

/** @brief function declaration */
void foo(int param);

}