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
/
plugin
/
crash-test-ice-in-header.h
blob
d2dd1740aba7fcb55694735ebc39bfc0d7b877c1
1
extern
void
inject_ice
(
void
);
2
3
void
test_inject_ice
(
void
)
4
{
5
inject_ice
();
6
}