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