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

Function Ben

tests/TestClasses.cpp:486–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}\r\n\
485{\r\n\
486 class Ben{ int x, y; void Ben(int x){ this.x = x; } void Ben(){ x = 4; } }\r\n\
487\r\n\
488 auto z = new Ben(2){ y = 6; };\r\n\
489 assert(z.x == 2);\r\n\

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected