Skip to content

Commit 9bf84a0

Browse files
Merge pull request #5041 from MisterDA/patch-1
Document that `__fastfail` is `noreturn`
2 parents 9d8f4ce + ccfce32 commit 9bf84a0

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)