URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [opt/] [interface1.C] - Rev 853
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-do run }
// { dg-options "-O2" }
// { dg-additional-sources "interface1-a.cc" }
#pragma implementation "interface1.h"
#include "interface1.h"
extern void g();
int main () {
g();
}
Go to most recent revision | Compare with Previous | Blame | View Log