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
/
actions
/
generated-header
/
main.cc
blob: 7973781bc6e500027d8653fbdca3a2ed19c2665f (
plain
)
1
2
3
4
5
6
7
#include
<stdio.h>
#include
"MyHeader.h"
int
main
()
{
printf
(
"%s
\n
"
,
kFoo
);
}