blob: e427e73f6d551b8635181718eafb748204e4b776 [file] [log] [blame]
// RUN: clang -emit-llvm %s -o %t
void *test(int i)
{
return (void *)i;
}