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
/
PCH
/
Inputs
/
cxx-method.h
blob: 6adb8591707d8cdb0b59fe91bbcfcd3c32b38ad8 (
plain
)
1
2
3
4
5
6
struct
S
{
void
m
(
int
x
);
operator
const
char
*
();
operator
char
*
();
};