fix atan2,rename {hypot,hypot3} to {norm2,norm3}
[liba.git] / test / test.c
bloba9c802be6b3154a4fb482bd42ba1325012ecc7a1
1 #define MAIN(x) test##x
2 #include "test.h"
4 int main(int argc, char *argv[]) /* NOLINT(misc-definitions-in-headers) */
6 printf("%s", A_FUNC);
7 debug(" ok");
8 printf("\n");
9 (void)argv;
10 (void)argc;
11 return 0;