index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
frameworks
/
5 protocol buffers
/
main.cpp
blob: 9fdb20b57553e5754fd6f40f10667ad25a925464 (
plain
)
1
2
3
4
5
6
#include
"defs.pb.h"
int
main
(
int
argc
,
char
**
argv
)
{
Dummy
d
;
return
0
;
}