xref
: /
third_party
/
node
/
test
/
addons
/
not-a-binding
/
not_a_binding.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/addons/not-a-binding/
foo(void)
1
int
foo
(
void
) {
2
return
0;
3
}
4