mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 10:45:57 +01:00
6 lines
93 B
C++
6 lines
93 B
C++
int main(void)
|
|
{
|
|
static_assert(0 < 1, "your ordering of integers is screwed");
|
|
return 0;
|
|
}
|