1 // RUN: %clang_cc1 %s -emit-llvm-only -verify
2 // expected-no-diagnostics
10 static struct Bar
<int> bar
[1] = {
16 namespace incomplete_type_refs
{
21 foo(g
); // Reference to array with unknown element type.
24 struct A
{ // define the element type.