2021-09-14 00:13:48 +02:00

8 lines
88 B
C++

#include <header.h>
int empty_func()
{
return function_that_generates_warning(4);
}