MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / main

Function main

extras/tests/FailingBuilds/write_long_long.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#endif
11
12int main() {
13 JsonDocument doc;
14 doc["dummy"] = static_cast<long long>(42);
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected