mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 02:00:03 +08:00
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;
|
|
}
|