Skip to content

Commit 0284663

Browse files
authored
Merge pull request #5577 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main)
2 parents e448259 + 9bf84a0 commit 0284663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intrinsics/fastfail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Immediately terminates the calling process with minimum overhead.
1313
## Syntax
1414

1515
```C
16-
void __fastfail(unsigned int code);
16+
__declspec(noreturn) void __fastfail(unsigned int code);
1717
```
1818
1919
### Parameters

0 commit comments

Comments
 (0)