Instead of the PP jungle, use a proper configure check
Fixes https://github.com/google/honggfuzz/issues/336#issuecomment-702972138
Instead of the PP jungle, use a proper configure check
Fixes https://github.com/google/honggfuzz/issues/336#issuecomment-702972138
1179 | + [], 1180 | + [AC_LANG_PROGRAM([[ 1181 | + #include <cstdint> 1182 | + #include <cstddef> 1183 | + extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { return 0; } 1184 | + /* no main function ...
/* not terminated? :)
Yes
From a reviewer perspective it looks odd that /* isn't terminated. Please add a comment if it is intentional :)
Thx. Made the comment longer
Concept ACK
Thanks for fixing this!
ACK fae7a1c18803675e70b9bf66575e1e0a6e01f6f6