brintos

brintos / llvm-project-archived public Read only

0
0
Text · 163 B · d346246 Raw
12 lines · cpp
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