mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
7 lines
95 B
C
7 lines
95 B
C
#include <assert.h>
|
|
|
|
static_assert(1, "FAIL");
|
|
int main(int argc, char *argv[]) {
|
|
return 0;
|
|
}
|