mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
ca4fa240d6
Add test for alignment reduction.
4 lines
80 B
C
4 lines
80 B
C
static char dummy1 = 'X';
|
|
char foo1 [] = "Aligned at odd byte.";
|
|
char foo2 [4];
|