#include int main() { char* bytes = malloc(128); free(bytes); return 0; }