1 // RUN: clang-cc -emit-llvm < %s | grep puts
2 
3 int a(int x)
4 {
5   int (*y)[x];
6   return sizeof(*(puts("asdf"),y));
7 }
8