blob: f4458cbaf13be45b90d2de8ac1696d6941bd3656 [file] [log] [blame]
void foo()
{
char *ap;
ap[1] == '-' && ap[2] == 0;
}