1// RUN: not %clang_cc1 -g -emit-llvm %s2 3// Don't attempt to codegen invalid code that would lead to a crash4 5// PR169336struct A;7A *x;8struct A {9 B y;10};11A y;12