1// RUN: %clang_cc1 -emit-llvm %s -o /dev/null2 3 struct fu;4 void foo(struct fu);5 void bar(void) {6 foo;7 }8