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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.old-deja/] [g++.ns/] [using3.C] - Blame information for rev 149

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
// { dg-do assemble  }
2
 
3
typedef unsigned int atypedef;
4
struct astruct{};
5
void afunction();
6
void aovlfunction();
7
void aovlfunction(int);
8
int avariable;
9
 
10
namespace foo {
11
  using ::atypedef;
12
  using ::astruct;
13
  using ::afunction;
14
  using ::aovlfunction;
15
  using ::avariable;
16
}

powered by: WebSVN 2.1.0

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