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