[kotlin-native][test][dynamic test] tests provoking generating empty structs kt-42796

This commit is contained in:
Vasily Levchenko
2021-04-09 20:26:41 +02:00
committed by Space
parent 2adea2122e
commit 62ffc0033d
5 changed files with 49 additions and 0 deletions
@@ -0,0 +1,13 @@
#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;
}