repo.or.cz
/
libc-test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
functional: add mntent test
[libc-test.git]
/
src
/
api
/
stdbool.c
blob
3eb97363aedc9e62a5eadf187ecc4888105defed
1
#include <stdbool.h>
2
#define T(t) (t*)0;
3
#define C(n) switch(n){case n:;}
4
static void
f
()
5
{
6
T
(
bool
)
7
C
(
true
)
8
C
(
false
)
9
C
(
__bool_true_false_are_defined
)
10
}