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