1ln -s nonexistent/path outfile.c 2unifdef -DFOO=1 -DFOOB=42 -UBAR -ooutfile.c if1.c 3e=$? 4rm -f outfile.c 5exit $e 6