repo.or.cz
/
liba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
release 0.1.15
[liba.git]
/
test
/
test.cc
blob
6693ac5461211f3ff5b43e962f8ded409bc670d0
1
#define MAIN(x) test##x
2
#include
"test.h"
3
4
int
main
(
int
argc
,
char
*
argv
[])
// NOLINT(misc-definitions-in-headers)
5
{
6
printf
(
"%s"
,
A_FUNC
);
7
debug
(
" ok"
);
8
printf
(
"
\n
"
);
9
(
void
)
argv
;
10
(
void
)
argc
;
11
return
0
;
12
}