7 lines
80 B
C
7 lines
80 B
C
// RUN: clang-cc -emit-llvm %s -o %t
|
|
|
|
void *test(int i)
|
|
{
|
|
return (void *)i;
|
|
}
|