MCPcopy Create free account
hub / github.com/WheretIB/nullc / k

Function k

tests/TestGenericType.cpp:2068–2070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2066Foo<int> a, b;\r\n\
2067a.x = 1;\r\n\
2068b.x = 0;\r\n\
2069\r\n\
2070Foo<int> k(){ assert(0); return Foo<int>(); } // never called!\r\n\
2071\r\n\
2072assert(a || k());\r\n\
2073assert(!(b && k()));\r\n\

Callers

nothing calls this directly

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected