Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
macro-1.c
1
/*
{ dg-do compile }
*/
2
3
short
array
[
3
]
__attribute__
((
aligned
(
__BIGGEST_ALIGNMENT__
)
))
;