2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00
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;
}