source: doc/proposals/modules-gen-hdr/coop/main.src.c@ d2e6f84

Last change on this file since d2e6f84 was b28ce93, checked in by Michael Brooks <mlbrooks@…>, 3 months ago

Add POC illustrating generating headers from compile units

  • Property mode set to 100644
File size: 98 bytes
RevLine 
[b28ce93]1#import static egg
2
3//# $f
4int main() {
5 struct egg e;
6 ctor_egg( & e, 0 );
7 hatch( & e );
8}
Note: See TracBrowser for help on using the repository browser.