1 2 3 4 5 6 7
/* { dg-additional-options "-fpermissive" } */ int main(int argc, char *argv[]) { strcat(argv[0], "X"); return strlen(argv[0]); }