This website requires JavaScript.
Explore
Help
Sign In
bumbread
/
ciabatta
mirror of
https://github.com/flysand7/ciabatta.git
Watch
1
Fork
You've already forked ciabatta
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a16e2d5a6e
ciabatta
/
test
/
test_assert.c
8 lines
101 B
C
Raw
Blame
History
#
include
<assert.h>
int
main
(
)
{
assert
(
2
+
2
=
=
4
)
;
assert
(
0
!
=
0
)
;
// Bad case of assert
}
Reference in New Issue
View Git Blame
Copy Permalink