aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/ghost3.adb
blob: f2ef753174866e024e1a4c8cf2b94fc472ec4ebf (plain)
1
2
3
4
5
--  { dg-do compile }

package body Ghost3 is
   procedure Dummy is null;
end Ghost3;