Playground

#include <stdlib.h> void * alloc() ~ [ return malloc(1); ] { return malloc(1); }