Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / warn / Wsequence-point-1.C
blobfb5b8a1a8cb2cc98370fdc62c41d9b85faecd51c
1 // { dg-do compile }
2 // { dg-options "-Wsequence-point" }
3 struct C
5   ~C() throw();
6 };
8 void t_test1 (C* mapping)
10   delete [] mapping;