source:
doc/proposals/modules-gen-hdr/coop/main.src.c@
295ed2d1
Last change on this file since 295ed2d1 was b28ce93, checked in by , 3 months ago | |
---|---|
|
|
File size: 98 bytes |
Line | |
---|---|
1 | #import static egg |
2 | |
3 | //# $f |
4 | int main() { |
5 | struct egg e; |
6 | ctor_egg( & e, 0 ); |
7 | hatch( & e ); |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.