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
/
PCH
/
cxx-offsetof-base.h
blob
7c7810185d466e49f122115a0bd3df1395b9ab32
1
// Header for PCH test cxx-offsetof-base.cpp
2
3
struct
Base
{
int
x
; };
4
struct
Derived
:
Base
{
int
y
; };
5
int
o
=
__builtin_offsetof
(
Derived
,
x
);