projects
/
ccan
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
talloc: allow replacement allocator
[ccan]
/
ccan
/
build_assert
/
test
/
compile_ok.c
1
#include <ccan/build_assert/build_assert.h>
2
3
int main(int argc, char *argv[])
4
{
5
BUILD_ASSERT(1 == 1);
6
return 0;
7
}