(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
crash42.C
// Created by: Dodji Seketeli <dseketel@redhat.com>
// { dg-do compile }
// { dg-options "-O2 -fprofile-arcs" }
// Origin: PR C++/36767

struct A { A (); ~A (); };
A a[2];