We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7698d commit f801afbCopy full SHA for f801afb
orc-rt/lib/prelink/orc-rt-prelink.cpp
@@ -1,5 +1,3 @@
1
#include <stdio.h>
2
3
-extern "C" void orc_rt(void) {
4
- printf("hello, world!\n");
5
-}
+extern "C" void orc_rt(void) { printf("hello, world!\n"); }
0 commit comments