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