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
/
torture
/
pr95295-2.c
blob
80caeb8740de7910a9354de42fd10ab7343f82e5
1
/* { dg-do compile } */
2
3
int
a
;
4
int
var_4
=
1
;
5
unsigned
var_9
=
8
;
6
short
arr_272
[
20
];
7
void
test
();
8
int
main
()
9
{
10
test
();
11
if
(
arr_272
[
4
] !=
1
)
12
__builtin_abort
();
13
return
0
;
14
}