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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [lookup/] [using19.C] - Blame information for rev 698

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

Line No. Rev Author Line
1 693 jeremybenn
// Copyright (C) 2007 Free Software Foundation
2
// Contributed by Ollie Wild 
3
// { dg-do compile }
4
 
5
 
6
// C++ Standard, 7.3.3, clause 10:
7
// "Since a using-declaration is a declaration, the restrictions on
8
// declarations of the same name in the same declarative region (3.3) also
9
// apply to using-declarations."
10
 
11
namespace M
12
{
13
  union A;
14
  void B();
15
}
16
 
17
void A();
18
union B;
19
 
20
using M::A;
21
using M::B;

powered by: WebSVN 2.1.0

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