home *** CD-ROM | disk | FTP | other *** search
- SC11: Syntax of the include pragma.
-
- 1. Test include pragma not at start of line.
-
- @i
-
- 2. Test ATi not followed by a blank.
-
- @ix
-
- 3. Test include filename is too long. The maximum on the Macintosh is
- 255 but we will use a filename of over 1024 characters so as to make
- the test portable. The actual length used is 1100 characters in the
- filename.
-
- 1 (elided by comp.sources.unix moderator)7 8 9 0
- @i 1234567890(elided by comp.sources.unix moderator)1234567890
-
- 4. Include pragma has an empty filename. Note: Because the ATi has to be
- followed by a blank, we have to incur a trailing blank error here in
- order to provoke the error we really want to see.
-
- @i
-
-