I met a function which declared :
void functionName()
without any prefix (private, public, protected, static).
It's not very important thing just interesting me how it's work (like a public or private). I know it's easy to test but maybe it have some other benefits.