Sign in
eclipse
/
gerrit
/
cdt
/
org.eclipse.cdt
/
27f6637d3f14b6ad860eb0db36cfedbc588ca5e3
/
.
/
debug
/
org.eclipse.cdt.debug.application.tests
/
projects
/
hello
/
x.c
blob: d3776e46aaa1d9f6a94235dbaa4cd41107cd1cd9 [
file
] [
log
] [
blame
]
int
x
(
int
y
)
{
return
y
*
7
;
}