[analyzer] Use the new registration mechanism on the non-path-sensitive-checkers:
[clang.git] / 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;