PR libfortran/64770 Segfault when trying to open existing file with status="new".
[official-gcc.git] / gcc / testsuite / gnat.dg / tree_static_def.adb
blobed86747a8b156f62ef66e0e40a046d06b58c2e55
2 package body TREE_STATIC_Def is
4 procedure check (i : int; v : integer) is
5 begin
6 if i.value /= v then
7 raise program_error;
8 end if;
9 end;
10 end;