tests.cc-wrapper: verify building with sanitizers
(cherry picked from commit 46eeef1898)
This commit is contained in:
committed by
John Ericson
parent
158e550762
commit
ee06f735a8
@@ -0,0 +1,8 @@
|
||||
#include <sanitizer/asan_interface.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
fprintf(stderr, "ok\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user