libstdc++: Make std::basic_format_context non-copyable [PR114387]
[official-gcc.git] / gcc / testsuite / gnat.dg / incomplete7.adb
blob34accbe911efe11a0fd45a342ed559a8b1281f28
1 -- { dg-do compile }
3 package body Incomplete7 is
4 procedure Foo is null;
5 end Incomplete7;