void f()
{
    int a;
    int b = 2, c, *d = NULL;
    int e = g(p1,p2);
    char str[10];

    return a;
    delete a;
}