mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 18:08:16 +00:00
8 lines
89 B
C++
8 lines
89 B
C++
|
#ifndef __AFL_COMPILER
|
||
|
#error AFL compiler required
|
||
|
#endif
|
||
|
|
||
|
int main() {
|
||
|
return 0;
|
||
|
}
|