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.0rc3/] [gcc/] [testsuite/] [g++.old-deja/] [g++.other/] [syntax1.C] - Blame information for rev 516

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 305 jeremybenn
// { dg-do assemble  }
2
// { dg-options "-fsyntax-only" }
3
// Origin: Mark Mitchell 
4
 
5
class AAA{
6
public:
7
  virtual void fff();
8
};
9
 
10
void AAA::fff() {}
11
 
12
AAA aaa;
13
 
14
main ()
15
{
16
  aaa.fff();
17
}

powered by: WebSVN 2.1.0

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