xref
: /
xen
/
xen
/
arch
/
x86
/
efi
/
check.c
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
test(int i)
1
int
__attribute__
((
__ms_abi__
))
test
(
int
i
)
2
{
3
return
i
;
4
}
5