source:
doc/proposals/modules-gen-hdr/coop/main.src.c
Last change on this file was b28ce93, checked in by , 3 months ago | |
---|---|
|
|
File size: 98 bytes |
Rev | Line | |
---|---|---|
[b28ce93] | 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.