aboutsummaryrefslogtreecommitdiff
path: root/contrib/unifdef/tests/outfile.sh
blob: cdae73da9a44fa97616fe49d20d1e196a8362892 (plain) (blame)
1
2
3
4
5
unifdef -DFOO=1 -DFOOB=42 -UBAR -ooutfile.c if1.c
e=$?
cat outfile.c
rm outfile.c
exit $e