mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05: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;
|
|
}
|