blob: cec44591f398985c23cd5cdbf06a962e94c6de50 [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3 struct fu;
4 void foo(struct fu);
5 void bar() {
6 foo;
7 }