blob: 5cc063fd89b1d1d5129fc534449f7abd146bc37d (
plain)
1
2
3
4
5
6
7
8
|
# tpp9.icn: test that predefined symbols revert
# to correct values with the start of a new file
pipes:_PIPES ascii:_ASCII ebcdic:_EBCDIC # were redefined in tpp.icn
should be defined as 1: _ASCII _PIPES _SYSTEM_FUNCTION
should not be defined: _VMS _EBCDIC _DOS_FUNCTIONS
it depends: _COMPILED _INTERPRETED
|