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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [other/] [anon2.C] - Blame information for rev 700

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

Line No. Rev Author Line
1 693 jeremybenn
// Test that we can have an unnamed struct inside an anonymous union.
2
 
3
struct A
4
{
5
  union
6
  {
7
    struct { int i; } foo;
8
  };
9
};
10
 
11
static union
12
{
13
  struct { int i; } foo;
14
};
15
 
16
int main ()
17
{
18
  union
19
  {
20
    struct { int i; } bar;
21
  };
22
}

powered by: WebSVN 2.1.0

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