diff options
Diffstat (limited to 'gcc/testsuite/gnat.dg/graphic.ads')
-rw-r--r-- | gcc/testsuite/gnat.dg/graphic.ads | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/gnat.dg/graphic.ads b/gcc/testsuite/gnat.dg/graphic.ads new file mode 100644 index 000000000..a1153de64 --- /dev/null +++ b/gcc/testsuite/gnat.dg/graphic.ads @@ -0,0 +1,9 @@ +with Ada.Streams; +with Ada.Tags; +package Graphic is + use Ada; +-- + type Object is abstract tagged null record; + function XML_Input (S : access Streams.Root_Stream_Type'Class) + return Object'Class; +end Graphic; |