Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-06 06:13:07 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/test/link/common_symbols_alignment/a.c
Jakub Konka 38edef35bf test: introduce link(er) tests - builds on standalone tests
2022-06-20 17:59:17 +02:00

3 lines
49 B
C
Raw Permalink Blame History

int foo;
__attribute__((aligned(4096))) int bar;
Reference in New Issue View Git Blame Copy Permalink