MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / getBar

Method getBar

test/core/test_reinterpreted_ptrs.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20};
21
22int Foo::getBar() const {
23 return this->bar;
24};
25
26const Foo *magic1 = reinterpret_cast<Foo *>(0xDEAD111F);
27const Foo *magic2 = reinterpret_cast<Foo *>(0xDEAD888F);

Callers 1

runTestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected