source: doc/proposals/modules-gen-hdr/err-vicious/cu1.src.c@ b28ce93

Last change on this file since b28ce93 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: 138 bytes
RevLine 
[b28ce93]1#import auto cu2
2
3//# @
4struct A {
5 int val;
6};
7
8//# @
9struct B {
10 struct X x;
11};
12
13//# -
14static struct Y y __attribute__((unused));
Note: See TracBrowser for help on using the repository browser.