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] Implement 'device_type' for 'data' construct
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
anon-redecl
/
a.h
blob
1b23e724160af1efb159a7802ef6fbc13b4ce891
1
struct
X
{
union
{
int
n
; }; };
2
inline
int
a
(
X x
) {
return
x
.
n
; }