blob: fdb61882281d20b1950e928464b4e70d0e73b8f2 [file] [log] [blame]
// RUN: clang -emit-llvm %s
void *test(int i)
{
return (void *)i;
}