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
disable warning C5250: _BitScanReverse: intrinsic function not declared
[liba.git]
/
test
/
test.cc
blob
50681335153734962dd4fd448d2daee0ff3a51da
1
#define MAIN_(x) A_CAST_2(x, _test)
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
}