blob: 7cefc3902ebcb9837eb123bb2a4dd07b4df48a44 [file] [log] [blame]
Daniel Dunbarffd408a2009-03-24 02:24:46 +00001// RUN: clang-cc -emit-llvm %s -o %t
Chris Lattner4b009652007-07-25 00:24:17 +00002
3void *test(int i)
4{
5 return (void *)i;
6}