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
/
compat
/
scalar-by-value-6_x.c
blob
27aa48fbe83199a078f55b4a01800fa080403314
1
#include
"scalar-by-value-x.h"
2
3
extern
long double
d
;
4
#ifndef SKIP_COMPLEX
5
extern
_Complex
long double
cd
;
6
#endif
7
8
#include
"scalar-by-value-6.c"