source:
doc/proposals/modules-gen-hdr/err-vicious/cu1.src.c@
a43b743
| Last change on this file since a43b743 was b28ce93, checked in by , 4 months ago | |
|---|---|
|
|
| File size: 138 bytes | |
| Rev | Line | |
|---|---|---|
| [b28ce93] | 1 | #import auto cu2 |
| 2 | ||
| 3 | //# @ | |
| 4 | struct A { | |
| 5 | int val; | |
| 6 | }; | |
| 7 | ||
| 8 | //# @ | |
| 9 | struct B { | |
| 10 | struct X x; | |
| 11 | }; | |
| 12 | ||
| 13 | //# - | |
| 14 | static struct Y y __attribute__((unused)); |
Note:
See TracBrowser
for help on using the repository browser.