stuck-waitfor-destruct
|
Last change
on this file since 78bc398 was b28ce93, checked in by Michael Brooks <mlbrooks@…>, 11 months ago |
|
Add POC illustrating generating headers from compile units
|
-
Property mode
set to
100644
|
|
File size:
182 bytes
|
| Rev | Line | |
|---|
| [b28ce93] | 1 | #include "cu1.a.h" // unnecessary (demo not built enough to need self imports)
|
|---|
| 2 | #include "cu1.b.h"
|
|---|
| 3 |
|
|---|
| 4 | #include "cu2.y.h"
|
|---|
| 5 |
|
|---|
| 6 | static struct Y y __attribute__((unused));
|
|---|
| 7 |
|
|---|
| 8 | int main() {
|
|---|
| 9 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.