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