Skip to content

Commit d0e5e56

Browse files
authored
Add missing line
1 parent e1359db commit d0e5e56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/error-messages/compiler-errors-2/compiler-error-c2526.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ helpviewer_keywords: ["C2526"]
1111

1212
A function defined with C linkage cannot return a user-defined type.
1313

14+
The following sample generates C2526:
15+
1416
```cpp
1517
// C2526.cpp
1618
// compile with: /c

0 commit comments

Comments
 (0)