summaryrefslogtreecommitdiffstats
path: root/src/test.h
blob: 4c14fc6f17683d7052f8943c526cbdb558669b64 (plain) (blame)
1
2
3
4
5
6
#ifndef _TEST_H
#define _TEST_H

void test_func();

#endif