xref
: /
dports
/
lang
/
gnat_util
/
gcc-6-20180516
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
20100423-1_1.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
typedef
struct
{
int
x
;}
bar
;
foo(void)
2
bar
foo
(
void
)
3
{
4
bar
x
;
5
return
x
;
6
}
7
8