repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
invalid.cpp
blob
d3462465809d5697630fe1496693011fb8ca2c13
1
// RUN: not %clang_cc1 -g -emit-llvm %s
2
3
// Don't attempt to codegen invalid code that would lead to a crash
4
5
// PR16933
6
struct
A
;
7
A
*
x
;
8
struct
A
{
9
B y
;
10
};
11
A y
;