This website requires JavaScript.
Explore
Register
Sign In
kernel
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
347af012db
git
/
t
/
unit-tests
/
clar
/
example
/
example.c
7 lines
88 B
C
Raw
Blame
History
#
include
"clar.h"
void
test_example__simple_assert
(
void
)
{
cl_assert_equal_i
(
1
,
1
)
;
}
View Git Blame
Copy Permalink