Avoid expicit builtion list in tree-ssa-dce
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / malloc-3.c
blobbecdafa7082c21ab4cd0d9492b9d01cb63a7fe2e
1 /* { dg-skip-if "requires hosted libstdc++ for stdlib malloc" { ! hostedlib } } */
3 #include <stdlib.h>
5 /* Don't complain about leaks due to exiting from "main". */
7 int main (void)
9 void *p = malloc (1024);
10 return 0;