2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / 980502-1.c
blobf06491cd96c0fe0b28feea7eb16069d2c10e1c30
1 /* { dg-do compile }*/
2 /* { dg-options "-O2" } */
4 char *const f(void)
6 char *const line = "/dev/ptyXX";
7 line[8] = 1;
8 return line;