mirror of
https://github.com/ComodoSecurity/openedr/
synced 2026-06-06 15:24:33 +00:00
7 lines
60 B
C++
7 lines
60 B
C++
|
|
#include <valgrind/valgrind.h>
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
} |