repo.or.cz
/
httpd-crcsyncproxy.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated to 64bit crc version of ccan crc
[httpd-crcsyncproxy.git]
/
ccan
/
build_assert
/
test
/
run-EXPR_BUILD_ASSERT.c
blob
7fd0c49f9ffc813a519e39c10f94bd9f380621d1
1
#include
"build_assert/build_assert.h"
2
#include
"tap/tap.h"
3
4
int
main
(
int
argc
,
char
*
argv
[])
5
{
6
plan_tests
(
1
);
7
ok1
(
EXPR_BUILD_ASSERT
(
1
==
1
) ==
0
);
8
return
exit_status
();
9
}