Tests for "PLUSEQ" and "MINUSEQ"
This commit is contained in:
committed by
vvlevchenko
parent
a022b7d1ab
commit
ea149fab4e
@@ -0,0 +1,10 @@
|
||||
extern void *resolve_symbol(const char*);
|
||||
|
||||
int
|
||||
run_test() {
|
||||
int (*plus_eq)(int) = resolve_symbol("kfun:minus_eq");
|
||||
|
||||
if (plus_eq(23) != 12) return 1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user