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