repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-ctf
/
nonrepresentable-1.c
blob
3135347a5ab14bfc437bd2d4ff5f58d6083f5da2
1
#include <complex.h>
2
3
int
foo
(
complex int
a
)
4
{
5
return
3
;
6
}
7