This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
monero
Watch
1
Star
0
Fork
0
You've already forked monero
mirror of
https://github.com/monero-project/monero.git
synced
2024-10-01 11:49:47 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3b3da86483
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 17:07:58 -05:00
#
include
<assert.h>
static_assert
(
1
,
"
FAIL
"
)
;
int
main
(
int
argc
,
char
*
argv
[
]
)
{
return
0
;
year updated in license
2015-01-02 11:52:46 -05:00
}
Reference in New Issue
Copy Permalink