Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ test2
Function
test2
tests/TestImplicitArray.cpp:42–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
const char *testArrays =
41
"import std.math;\r\n\
42
int test(int a, int b, int c){ return a*b+c; }\r\n\
43
float test2(float4 b){ return b.x-b.y; }\r\n\
44
int test3(char[] ch){ return ch.size; }\r\n\
45
\r\n\
46
int kl = test(2, 3, 4);\r\n\
Callers
1
TestImplicitArray.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected