blob: e3467ddaf1a1a3c1112e57f055371cecdc9eb082 [file] [log] [blame]
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
char zoo [10];
int main ()
{
int i = strlen ("twelve") + strlen ("zero") + strlen ("seventeen");
zoo[i] = 'a';
return 0;
}
/* { dg-output "mudflap violation 1.*" } */
/* { dg-output "Nearby object.*" } */
/* { dg-output "mudflap object.*zoo.*static.*" } */
/* { dg-do run { xfail *-*-* } } */