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

Function main

tests/CStyleCastTest.cpp:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <cassert>
2
3int main()
4{
5// XXX: Temp. disable as assert inserts the full path which is a problem on travis.
6#if 0
7 assert( 0 == 1);
8#endif
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected