Commit 2d02c187 by Eric Botcazou

Fix typo

From-SVN: r153723
parent ff67c0a5
-- { dg- do compile } -- { dg-do compile }
procedure Pack14 is procedure Pack14 is
...@@ -10,6 +10,7 @@ procedure Pack14 is ...@@ -10,6 +10,7 @@ procedure Pack14 is
pragma Pack (Rec); pragma Pack (Rec);
A : Rec := (F => False); A : Rec := (F => False);
begin begin
null; null;
end; end;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment