@ -5,7 +5,7 @@
#define BUF_SIZE 10 * 1024 * 1024
i32 main(i32 argc, char *argv[]) {
i32 main(void) {
allocator_t *alloc = init_allocator(BUF_SIZE);
if (!alloc) {
The note is not visible to the blocked user.