Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ Test
Function
Test
test/core/test_stack_align.c:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
} Aligned;
16
17
__attribute__((noinline))
18
void Test(const void* p, intptr_t size) {
19
printf(
"align %ld: %zu\n"
, size, (intptr_t)p % size);
20
}
21
22
int main() {
23
Aligned a;
Callers
1
main
Function · 0.70
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected