MCPcopy 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))
18void Test(const void* p, intptr_t size) {
19 printf("align %ld: %zu\n", size, (intptr_t)p % size);
20}
21
22int main() {
23 Aligned a;

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected