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

8 lines
89 B
C++
Raw Normal View History

2025-03-11 02:11:27 +01:00
#ifndef __AFL_COMPILER
#error AFL compiler required
#endif
int main() {
return 0;
}