OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [struct-by-value-8_main.c] - Blame information for rev 298

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* Test structures passed by value, including to a function with a
2
   variable-length argument list.  Each struct contains an array
3
   of small structs with two scalar members.  */
4
 
5
extern void struct_by_value_8_x (void);
6
extern void exit (int);
7
int fails;
8
 
9
int
10
main ()
11
{
12
  struct_by_value_8_x ();
13
  exit (0);
14
}

powered by: WebSVN 2.1.0

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