mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
6 lines
94 B
C
6 lines
94 B
C
|
#include <assert.h>
|
||
|
|
||
|
static_assert(1, "FAIL");
|
||
|
int main(int argc, char *argv[]) {
|
||
|
return 0;
|
||
|
}
|