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