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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [struct-ini-2.c] - Blame information for rev 715

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

Line No. Rev Author Line
1 688 jeremybenn
struct {
2
  int a:4;
3
  int :4;
4
  int b:4;
5
  int c:4;
6
} x = { 2,3,4 };
7
 
8
main ()
9
{
10
  if (x.a != 2)
11
    abort ();
12
  if (x.b != 3)
13
    abort ();
14
  if (x.c != 4)
15
    abort ();
16
  exit (0);
17
}

powered by: WebSVN 2.1.0

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