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

package body Ghost5 is
   procedure Foo is null;
end Ghost5;