docs: add __global to keyword list (#17081)

This commit is contained in:
Makhnev Petr 2023-01-23 13:45:05 +04:00 committed by GitHub
parent 6d223b9a26
commit 828ab473c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6439,6 +6439,7 @@ typeof
union
unsafe
volatile
__global
__offsetof
```
See also [V Types](#v-types).