This website requires JavaScript.
Explore
Help
Register
Sign In
Nano_Allwinner
/
ubuntu-buildroot
Watch
1
Star
0
Fork
You've already forked ubuntu-buildroot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
ubuntu-buildroot
/
output
/
build
/
host-gcc-initial-11.4.0
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
b17073.d
14 lines
118 B
D
Raw
Permalink
Blame
History
struct
S0
{
int
x
=
void
;
}
struct
S1
{
S0
x
=
S0
(
42
)
;
}
void
main
(
)
{
S1
x
;
assert
(
x
.
x
.
x
=
=
42
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink