OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc4/] [gcc/] [testsuite/] [g++.old-deja/] [g++.oliva/] [linkage1-main.cc] - Diff between revs 305 and 519

Only display areas with differences | Details | Blame | View Log

Rev 305 Rev 519
// Copyright 2002 Free Software Foundation
// Copyright 2002 Free Software Foundation
 
 
// Derived by Alexandre Oliva <aoliva@redhat.com> from code posted by
// Derived by Alexandre Oliva <aoliva@redhat.com> from code posted by
// Mark Mitchell <mark@codesourcery.com>
// Mark Mitchell <mark@codesourcery.com>
 
 
typedef struct {
typedef struct {
  void f();
  void f();
} S;
} S;
 
 
int main() {
int main() {
  S s;
  S s;
  s.f();
  s.f();
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.