zig
Code
Branches
Tags
Commits
master
zig
/
test
/
link
/
common_symbols_alignment
/
a.c
Top
1
int
foo
;
2
__attribute__
(
(
aligned
(
4096
)
)
)
int
bar
;