launcher for classfields_1.kt
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
extern int test_field_assignment_Int(int);
|
||||
|
||||
void *malloc_heap() {
|
||||
return malloc(64);
|
||||
}
|
||||
|
||||
int
|
||||
main() {
|
||||
return test_field_assignment_Int(1);
|
||||
}
|
||||
Reference in New Issue
Block a user