#include #include void main(){ $proc p = $self; $proc_null(&p); if($self != p){ printf("I'm not null.\n"); } }