xref
: /
dports
/
lang
/
gcc11-devel
/
gcc-11-20211009
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
i++.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
main()
1
int
main
()
2
{
3
int
i
=
2
;
4
5
i
=
i
++;
6
printf
(
"%d\n"
,
i
);
7
}
8