URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr26672.c] - Rev 801
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