hanchenye-llvm-project/compiler-rt/test/msan/SharedLibs/dso-origin.h

5 lines
68 B
C

extern "C" {
void my_access(int *p);
void *my_alloc(unsigned sz);
}