mirror of
https://codeberg.org/nahuhh/wownero
synced 2026-03-05 06:07:35 -05: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;
|
|
}
|