blob: 70b25d3ab81a337ab613861a5ca94523143cb934 [file] [log] [blame]
void
ar (int *hd)
{
int **zv = &hd;
*(double *) zv = 0.0;
}