* gcc-interface/gigi.h (pad_type_has_rm_size): Declare.
[official-gcc.git] / gcc / testsuite / gnat.dg / quote.adb
blob4b12c9fb979da92c1e69f8c7cd383d541959882f
1 -- { dg-do run }
3 with GNAT.Regpat; use GNAT.Regpat;
4 procedure Quote is
5 begin
6 if Quote (".+") /= "\.\+" then
7 raise Program_Error;
8 end if;
9 end Quote;