repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
struct / union in initializer, RFE #901.
[sdcc.git]
/
sdcc
/
support
/
regression
/
tests
/
bug-3034585.c
blob
697139ad7c2be7c54447e8ce454dfb1d2f07efc9
1
/*
2
bug-3034585.c
3
*/
4
5
#include <testfwk.h>
6
7
void
tst
()
8
{
9
}
10
11
void
m
()
12
{
13
void
*
a
=
tst
;
/* This line failed to compile */
14
}
15
16
void
testBug
(
void
)
17
{
18
}
19