ciabatta/test/test.c

8 lines
141 B
C
Raw Normal View History

2022-06-02 05:18:26 +00:00
// MSVC won't use my <assert.h> unless i provide path explicitly
// idk
#include"..\inc\assert.h"
int main()
{
assert(0);
return 0;
}