analyzer: Fix PR analyzer/101980
[official-gcc.git] / gcc / testsuite / gnat.dg / ghost2.adb
blob6851c3db86c56fdc53eda32358dbc280c734e0da
1 -- { dg-do compile }
3 package body Ghost2 is
4 procedure Set is null;
5 end Ghost2;