Commit 2bbb51a1 by Jeff Law

New test

From-SVN: r19535
parent f78c792c
/* { dg-do compile }*/
/* { dg-options "-O2" } */
void f(void)
{
char *const line = "/dev/ptyXX";
line[8] = 1;
return line;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment