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