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