This website requires JavaScript.
Explore
Help
Register
Sign in
monero-project
/
monero
Watch
1
Star
0
Fork
You've already forked monero
0
mirror of
https://github.com/monero-project/monero.git
synced
2024-11-17 16:27:39 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ead7fad552
monero
/
utils
/
test-static-assert.c
7 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
moved all stuff to github
2014-03-03 22:07:58 +00:00
#
include
<assert.h>
static_assert
(
1
,
"
FAIL
"
)
;
int
main
(
int
argc
,
char
*
argv
[
]
)
{
return
0
;
year updated in license
2015-01-02 16:52:46 +00:00
}
Reference in a new issue
Copy permalink