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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [boolean_expr2.adb] - Blame information for rev 696

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 696 jeremybenn
-- { dg-do run }
2
 
3
procedure Boolean_Expr2 is
4
 
5
  function Ident_Bool (B : Boolean) return Boolean is
6
  begin
7
    return B;
8
  end;
9
 
10
begin
11
  if Boolean'Succ (Ident_Bool(False)) /= True then
12
    raise Program_Error;
13
  end if;
14
 
15
  if Boolean'Pred (Ident_Bool(True)) /= False then
16
    raise Program_Error;
17
  end if;
18
end;

powered by: WebSVN 2.1.0

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