// Created by: Dodji Seketeli // { dg-do compile } // { dg-options "-O2 -fprofile-arcs" } // Origin: PR C++/36767 struct A { A (); ~A (); }; A a[2];