index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
C++Frontend
/
2003-08-21-EmptyClass.cpp
blob: a4b803ec096aa94fbc8f0d54a108864f6f60c6a7 (
plain
)
1
2
3
4
5
6
struct
empty
{};
void
foo
(
empty
E
);
void
bar
()
{
foo
(
empty
());
}