File: u_1_1.t

package info (click to toggle)
mcpp 2.6.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,660 kB
  • ctags: 28,783
  • sloc: ansic: 32,282; sh: 3,359; makefile: 148; cpp: 84; exp: 18
file content (18 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* u_1_1.t:     Undefined behaviors on unterminated line, comment or macro. */

/* u.1.1:   End of a source file without <newline>. */
#include    "unbal3.h"
int e_1;

/* u.1.2:   End of a source file with <backslash><newline>. */
#include    "unbal4.h"
;

/* u.1.3:   End of a source file with an unterminated comment.  */
#include    "unbal5.h"
*/

/* u.1.4:   End of a source file with an uncompleted macro call.    */
#include    "unbal6.h"
    y);