URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr26672.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ int printf(const char *format, ...); extern const char help_string[]; void app_opts(void) { printf("%s", help_string); } const char help_string[] = "foo\n";
Go to most recent revision | Compare with Previous | Blame | View Log