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