1#include "myModule.h"
2
3void public_func() {}
4
5int private_func() {
6  return 5;
7}
8
9