blob: 372a32889322889f984b3247b7b10304531840b8 [file] [log] [blame]
#include "myModule.h"
void public_func() {}
int private_func() {
return 5;
}