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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [typename13.C] - Blame information for rev 696

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

Line No. Rev Author Line
1 693 jeremybenn
// { dg-do compile }
2
 
3
// Copyright (C) 2007 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 21 Jul 2007 
5
 
6
template  struct A
7
{
8
  struct B;
9
  typedef typename B::type type;
10
};
11
 
12
template  struct A::B
13
{
14
  typedef typename A::type type;
15
 
16
  type Foo ();
17
};
18
 
19
template 
20
typename A::B::type
21
A::B::Foo ()
22
{
23
  return 0;
24
}

powered by: WebSVN 2.1.0

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