index
:
firefox
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
python
/
gyp
/
test
/
no-cpp
/
src
/
f.cc
blob: 02f50f21a0ae32db8a572d94259dc326e478f406 (
plain
)
1
2
3
extern
"C"
{
void
*
f
();
}
void
*
f
()
{
return
new
int
;
}