Skip to content

Commit 6f05ae0

Browse files
committed
Add missing file
1 parent 933f69f commit 6f05ae0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#ifndef TEST_SYMBOLS_H
2+
#define TEST_SYMBOLS_H
3+
4+
void fnC();
5+
void fnB();
6+
void fnA();
7+
8+
#endif // TEST_SYMBOLS_H

0 commit comments

Comments
 (0)