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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20010604-1.c] - Blame information for rev 315

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

Line No. Rev Author Line
1 297 jeremybenn
#include <stdbool.h>
2
 
3
int f (int a, int b, int c, _Bool d, _Bool e, _Bool f, char g)
4
{
5
  if (g != 1 || d != true || e != true || f != true) abort ();
6
  return a + b + c;
7
}
8
 
9
int main (void)
10
{
11
  if (f (1, 2, -3, true, true, true, '\001'))
12
    abort ();
13
  exit (0);
14
}

powered by: WebSVN 2.1.0

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