summary refs log blame commit diff
path: root/pkgs/test/cc-wrapper/sanitizers.c
blob: 93dd78a903ce05bb009aaa9659582799bde3dffb (plain) (tree)
1
2
3
4
5
6
7
8







                                     
#include <sanitizer/asan_interface.h>
#include <stdio.h>

int main(int argc, char **argv)
{
  fprintf(stderr, "ok\n");
  return 0;
}