[kotlin-native][test][dynamic test] tests provoking generating empty structs kt-42796
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user