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
/
pr93615.c
blob
2e98f5200c595d8f9993fa8a4bcb875c7ee24886
1
/* { dg-do compile } */
2
/* { dg-options "-std=c11" } */
3
/* { dg-require-effective-target exceptions } */
4
5
#include <unwind.h>
6
7
int
8
main
()
9
{
10
return
0
;
11
}