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
[OpenACC] Treat 'delete' as a valid clause during parsing in C++ mode
[llvm-project.git]
/
clang
/
test
/
SemaObjCXX
/
Inputs
/
arc-system-header.h
blob
d7adeb4d400815f26084b07500200ccaca8a9927
1
@interface B
2
@end
3
4
5
@interface A
{
6
@
public
7
union
{
8
struct
{
9
B
*
b
;
10
}
a_b
;
11
void
*
void_ptr
;
12
}
data
;
13
}
14
@end