aboutsummaryrefslogtreecommitdiff
path: root/contrib/unifdef/tests/overin.sh
blob: 78eb75ab4b802af58c32be5e7e81a3636e73b630 (plain) (blame)
1
2
3
4
5
6
cp if1.c overin.c
unifdef -DFOO=1 -DFOOB=42 -UBAR -ooverin.c <overin.c
e=$?
cat overin.c
rm overin.c
exit $e