index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr44246.c
blob: 6e478690351cbc9e2e70e9a9f6f85a6fba53b32e (
plain
)
1
2
3
4
5
int main(int argc, char *argv[]) { strcat(argv[0], "X"); return strlen(argv[0]); }