[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Headers / Inputs / include / string.h
blob98cf77fd564c037f768ecd12e23f69b55cc0b823
1 // required for __clang_cuda_runtime_wrapper.h tests
2 #pragma once
3 void* memcpy(void* dst, const void* src, size_t num);