Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gnat.dg / overload2_q.adb
blob55a756eb3873721bf69206501315bc66376403fd
1 -- { dg-options "-gnat95" }
3 package body overload2_q is
4 function "=" (this, that: t) return boolean is begin return False; end;
5 end;