repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix attribution in ChangeLog
[official-gcc.git]
/
gcc
/
pself2.c
blob
c88a8c1046d8b8240791a04a4df3b4d70f4e9fd4
1
main
(){
char
*
a
=
"main(){char*a=%c%s%c;int b='%c';printf(a,b,a,b,b);}"
;
int
b
=
'"'
;
printf
(
a
,
b
,
a
,
b
,
b
);}