Improvements for Sagittarius
This commit is contained in:
parent
8c2e9c4ec5
commit
26b492a8eb
|
|
@ -182,7 +182,7 @@ EXPORT int test_check(struct test* test) {
|
||||||
assert(test->n == 14);
|
assert(test->n == 14);
|
||||||
}
|
}
|
||||||
|
|
||||||
EXPORT struct test* test_n1ew(struct test* test) {
|
EXPORT struct test* test_new(struct test* test) {
|
||||||
print_offsets();
|
print_offsets();
|
||||||
struct test* t = malloc(sizeof(struct test));
|
struct test* t = malloc(sizeof(struct test));
|
||||||
t->a = 1;
|
t->a = 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue