#include void * func(){ return NULL; } int main() { $proc p = $spawn func(NULL); return 0; }