8 lines
88 B
C++
Raw Normal View History

2021-09-14 00:13:48 +02:00
#include <header.h>
int empty_func()
{
return function_that_generates_warning(4);
}