#include <stdlib.h> int main() { char* bytes = malloc(128); free(bytes); return 0; }