Alessandro Bonazzi
e075990ed3
Files correlati : Commento : Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
10 lines
330 B
Perl
10 lines
330 B
Perl
/* u_1_11.t: Undefined behaviors on undefined #include syntax or header-
|
|
name. */
|
|
|
|
/* u.1.11: Header-name containing ', ", \ or "/*". */
|
|
/* Probably illegal filename and fails to open. */
|
|
#include "../*line.h"
|
|
/* \ is a legal path-delimiter in MS-DOS or some other OS's. */
|
|
#include "..\test-t\line.h"
|
|
|