Alessandro Bonazzi e075990ed3 Patch level : 12.0 no-patch
Files correlati     :
Commento            :

Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
2020-11-28 16:24:08 +01:00

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"