repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c2y-align-1.c
blob
3f9ab18c518632c49a4ca92797604ce3fb8fda1f
1
/* Test C2Y alignof on an incomplete array type. */
2
/* { dg-do compile } */
3
/* { dg-options "-std=c2y -pedantic-errors" } */
4
5
int
a
=
alignof
(
int
[]);
6
int
b
=
alignof
(
int
[][
1
]);