This website requires JavaScript.
Explore
Help
Register
Sign In
rottenwheel
/
monero
Watch
1
Star
0
Fork
0
You've already forked monero
mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced
2024-11-11 05:33:28 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9598a39578
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 23:07:58 +01:00
#
include
<assert.h>
static_assert
(
1
,
"
FAIL
"
)
;
int
main
(
int
argc
,
char
*
argv
[
]
)
{
return
0
;
year updated in license
2015-01-02 17:52:46 +01:00
}
Reference in New Issue
Copy Permalink