Files
kotlin-fork/kotlin-native/backend.native/tests/produce_dynamic/kt-42796/main.cpp
T

14 lines
180 B
C++

#include "testlib_api.h"
#define __ testlib_symbols()->
#define T_(x) testlib_kref_ ## x
int
main() {
#if TEST == 1
__ kotlin.root.empty.nonempty.one();
#endif
return 0;
}