index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
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
]);
}