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

Method S

test/core/test_sanitize_vptr.cpp:2–2  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1struct S {
2 S() : a(0) {}
3 virtual ~S() {}
4 int a;
5};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected