mirror of
https://github.com/monero-project/monero.git
synced 2024-12-13 20:06:32 +02: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;
|
||
|
}
|