8 lines
88 B
C++
8 lines
88 B
C++
|
|
||
|
#include <header.h>
|
||
|
|
||
|
int empty_func()
|
||
|
{
|
||
|
return function_that_generates_warning(4);
|
||
|
}
|