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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [scalar-by-value-2_main.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* Test passing scalars by value.  This test includes scalar types that
2
   are not supported by va_arg; since they require casts to pass to a
3
   function with a variable argument list, testing them with variable
4
   arguments is not interesting.  */
5
 
6
extern void scalar_by_value_2_x (void);
7
extern void exit (int);
8
int fails;
9
 
10
int
11
main ()
12
{
13
  scalar_by_value_2_x ();
14
  exit (0);
15
}

powered by: WebSVN 2.1.0

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