index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ASTMerge
/
Inputs
/
class1.cpp
blob: e13faf0539b1b4eaae9187250d5a1b0a4dedc4d3 (
plain
)
1
2
3
4
5
6
7
8
struct
A
{
int
x
;
};
struct
B
:
A
{
float
y
;
float
foo
();
};