Files
2021-02-09 09:00:47 +01:00

5 lines
93 B
C

#include "testlib_api.h"
int main() {
testlib_symbols()->kotlin.root.printExternPtr();
}