#include #include void main(int, char **) { if(malloc(512) == nil) sysfatal("malloc: %r"); print("%d\n", getpid()); exits(nil); }