7 lines
85 B
C
7 lines
85 B
C
#ifndef TEST_FUZZ_SMOKE_H
|
|
#define TEST_FUZZ_SMOKE_H
|
|
|
|
void test_fuzz_smoke();
|
|
|
|
#endif
|