Remove obsolete C test files and Makefiles
This commit is contained in:
committed by
Pavel Punegov
parent
9400ee6a8e
commit
0b7ad6e205
@@ -1,11 +0,0 @@
|
||||
extern void *resolve_symbol(const char*);
|
||||
|
||||
int
|
||||
run_test() {
|
||||
void (*main)(void*) = resolve_symbol("kfun:main(Array<String>)");
|
||||
|
||||
main((void*)0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user