blob: 242a8a694259c78b221d4f7c988fa0017c7fbebd [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -emit-llvm %s -o %t
Chris Lattner8da1cb62007-07-13 20:18:44 +00002
3void *test(int i)
4{
5 return (void *)i;
6}