[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / CodeGenCXX / invalid.cpp
blobd3462465809d5697630fe1496693011fb8ca2c13
1 // RUN: not %clang_cc1 -g -emit-llvm %s
3 // Don't attempt to codegen invalid code that would lead to a crash
5 // PR16933
6 struct A;
7 A *x;
8 struct A {
9 B y;
11 A y;