summaryrefslogtreecommitdiff
path: root/tests/general/tpp5.icn
blob: 99f6257036dbefe104c26a7e16ce1d6ee25f1e67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# tpp5.icn: test for unterminated $if

$endif		# should not match includer's $if

$else		# should not match includer's $if

$ifdef id5
   $ifdef x
   $else
   $endif

#outer unterminated $ifdef should get error