OSDN Git Service

* fold-const.c (make_range_step) <TRUTH_NOT_EXPR>: Bail out if the
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / dispatch1_p.ads
1 package dispatch1_p is
2    type I1 is interface;
3    type DT_I1 is new I1 with null record;
4 end;