mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
6 lines
80 B
C
6 lines
80 B
C
// RUN: clang-cc -emit-llvm %s -o %t
|
|
|
|
void *test(int i)
|
|
{
|
|
return (void *)i;
|
|
}
|