Files
kea/compiler-checks/have-afl.cc
2025-03-13 18:03:37 +01:00

8 lines
89 B
C++

#ifndef __AFL_COMPILER
#error AFL compiler required
#endif
int main() {
return 0;
}