PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / g++.dg / warn / Wdelete-incomplete-4.C
blobf2eb5ba079f94bf1202630d27750e2e3cc1ddba1
1 // PR c++/63619
2 // { dg-options -Wno-delete-incomplete }
4 int main() {
5    void* p;
6    delete p;