]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/unifdef/tests/outfile.sh
Add 'contrib/unifdef/' from commit '0da44885831dc0a43c4ca6ff04a2430993cc0a80'
[FreeBSD/FreeBSD.git] / contrib / unifdef / tests / outfile.sh
1 unifdef -DFOO=1 -DFOOB=42 -UBAR -ooutfile.c if1.c
2 e=$?
3 cat outfile.c
4 rm outfile.c
5 exit $e