kempe-0.2.0.9: test/harness/const.c
#include <stdio.h>
#include <stdlib.h>
extern int id_int(void*, int);
int main(int argc, char *argv[]) {
void* kptr = malloc(32 * 1024);
printf("%d", id_int(kptr, 3));
}
#include <stdio.h>
#include <stdlib.h>
extern int id_int(void*, int);
int main(int argc, char *argv[]) {
void* kptr = malloc(32 * 1024);
printf("%d", id_int(kptr, 3));
}