This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
#include "httplib.hpp"
|
||||
#include "version.hpp"
|
||||
|
||||
void crashy() {
|
||||
ASSERT(false,"SUCCESS!");
|
||||
}
|
||||
|
||||
int main() {
|
||||
std::cout << "ipdemo version: " << ipdemo::VERSION << std::endl;
|
||||
std::cout << std::endl;
|
||||
@@ -23,6 +27,8 @@ int main() {
|
||||
std::cout << j.dump(4) << std::endl;
|
||||
|
||||
std::cout << "Done" << std::endl;
|
||||
|
||||
|
||||
crashy();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user