7 lines
60 B
C++
7 lines
60 B
C++
|
|
#include <valgrind/valgrind.h>
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
} |