summaryrefslogtreecommitdiff
path: root/examples/hello_cxxlib/cxxlib/dummy.c
blob: a30fafbc1324d0201412389eafc4130fe5f85e7f (plain)
1
2
3
4
5
6
/* we do use this function, this is just a part of regression test */
void dummy_func (void);
void dummy_func (void)
{
	/* we do nothing here */
}