blob: 242a8a694259c78b221d4f7c988fa0017c7fbebd [file] [log] [blame]
Shih-wei Liaof8fd82b2010-02-10 11:10:31 -08001// RUN: %clang_cc1 -emit-llvm %s -o %t
2
3void *test(int i)
4{
5 return (void *)i;
6}