source:
CIVL/mods/dev.civl.com/examples/languageFeatures/incompleteStruct.c@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 103 bytes | |
| Line | |
|---|---|
| 1 | #include <stdlib.h> |
| 2 | |
| 3 | typedef struct mytype mytype; |
| 4 | |
| 5 | int main(){ |
| 6 | mytype *a = NULL; |
| 7 | return (int)a; |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
