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
/
cxx-method.cpp
blob: 144406e7bdaf5c06b08d80edade881c88828a0b4 (
plain
)
1
2
3
4
5
6
7
// RUN: clang-cc -emit-pch %s -o %t
struct
S
{
void
m
(
int
x
);
};
void
S::m
(
int
x
)
{
}