C++程序  |  7行  |  82 B

// RUN: %clang_cc1 -emit-llvm %s -o %t

void *test(int i)
{
  return (void *)i;
}