Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
a1aa9e36e6e21f74c56cf9e72cb5bd9aa2a92fd4
/
.
/
test
/
ASTMerge
/
Inputs
/
class1.cpp
blob: e13faf0539b1b4eaae9187250d5a1b0a4dedc4d3 [
file
] [
log
] [
blame
]
John McCall
5250f27
2010-06-03 19:28:45 +0000
[
diff
] [
blame
]
1
struct
A
{
2
int
x
;
3
};
4
5
struct
B
:
A
{
6
float
y
;
7
float
foo
();
8
};