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
fix atan2,rename {hypot,hypot3} to {norm2,norm3}
[liba.git]
/
test
/
test.c
blob
a9c802be6b3154a4fb482bd42ba1325012ecc7a1
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
}