]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/980502-1.c
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / 980502-1.c
1 /* { dg-do compile  }*/
2 /* { dg-options "-O2" } */
3
4 char *const f(void)
5 {
6         char *const line = "/dev/ptyXX";
7         line[8] = 1;
8         return line;
9 }