This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
monero
mirror of
https://github.com/monero-project/monero.git
Watch
1
Star
0
Fork
You've already forked monero
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0fe311b2f0
monero
/
utils
/
test-static-assert.c
6 lines
94 B
C
Raw
Blame
History
#
include
<assert.h>
static_assert
(
1
,
"
FAIL
"
)
;
int
main
(
int
argc
,
char
*
argv
[
]
)
{
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink