/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
The provenance memory model for C
(gustedt.wordpress.com)
224 points
HexDecOctBin
| 1 comments |
30 Jun 25 09:25 UTC
|
HN request time: 0.436s
|
source
Show context
zombot
◴[
30 Jun 25 12:17 UTC
]
No.
44422335
[source]
▶
>>44421185 (OP)
#
Does C allow Unicode identifiers now, or is that pseudo code? The code snippets also contain `&`, so something definitely went wrong with the transcoding to HTML.
replies(4):
>>44422382
#
>>44422416
#
>>44422634
#
>>44424896
#
1.
pjmlp
◴[
30 Jun 25 12:50 UTC
]
No.
44422634
[source]
▶
>>44422335
#
Besides the sibling comment on C23, it does work fine on GCC.
https://godbolt.org/z/qKejzc1Kb
Whereas clang loudly complains,
https://godbolt.org/z/qWrccWzYW
ID:
GO
↑