We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9441ae3 commit 2335277Copy full SHA for 2335277
modules/incomplete-type.md
@@ -71,6 +71,8 @@ will compile and run fine.
71
```C
72
#include <stdio.h>
73
74
+struct x;
75
+
76
struct x *
77
myfn(struct x *p)
78
{
0 commit comments