MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / main

Function main

tests/FloatDoubleCastTest.cpp:1–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1int main()
2{
3 float a = 2.0;
4 double dl = a;
5 float fl = dl;
6 int i = fl;
7 fl = i;
8}
9

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected