Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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\
77
TypeA a;\r\n\
78
a.x[0] = 5; a.x[1] = 4;\r\n\
Callers
7
TestClosures.cpp
File · 0.70
TestMisc.cpp
File · 0.70
TestStackRealloc.cpp
File · 0.70
TestGeneric.cpp
File · 0.70
TestScope.cpp
File · 0.70
TestGC.cpp
File · 0.70
TestDefault.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected