xref
: /
dports
/
devel
/
meson
/
meson-0.60.3
/
test cases
/
objc
/
4 c++ project objc subproject
/
subprojects
/
foo
/
foo.m
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
int foo() {
3
return 42;
4
}
5