geode/loader/launcher/mac/Bootstrapper.cpp

4 lines
No EOL
82 B
C++

extern "C" void fake();
__attribute__((constructor)) void _entry() {
fake();
}