Files
kotlin-fork/backend.native/tests/produce_dynamic/simple/main.c
T
Alexander Gorshenev bf612fdbdc A -produce dynamic test.
2017-12-15 13:25:10 +03:00

8 lines
104 B
C

#include "testlib_api.h"
int main(void) {
testlib_symbols()->kotlin.root.hello();
return 0;
}