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

Function func

tests/TestScope.cpp:74–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72{\r\n\
73 typedef int[2] data;\r\n\
74 data x;\r\n\
75 int func(){ return x[0] * x[1]; }\r\n\
76}\r\n\
77TypeA a;\r\n\
78a.x[0] = 5; a.x[1] = 4;\r\n\

Callers 7

TestClosures.cppFile · 0.70
TestMisc.cppFile · 0.70
TestGeneric.cppFile · 0.70
TestScope.cppFile · 0.70
TestGC.cppFile · 0.70
TestDefault.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected