[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / CodeGen / int-to-pointer.c
blob242a8a694259c78b221d4f7c988fa0017c7fbebd
1 // RUN: %clang_cc1 -emit-llvm %s -o %t
3 void *test(int i)
5 return (void *)i;