mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 05:30:13 +03:00
Implement UAX31 character ranges (#15307)
This commit is contained in:
parent
e74da19bcd
commit
dffd899508
32 changed files with 5902 additions and 458 deletions
9
compiler/test/compilable/ident_c11.c
Normal file
9
compiler/test/compilable/ident_c11.c
Normal file
|
@ -0,0 +1,9 @@
|
|||
// REQUIRED_ARGS: -identifiers-importc=c11
|
||||
|
||||
// sppn doesn't support anything newer than c99
|
||||
// DISABLED: win32omf
|
||||
|
||||
// verify that the C11 identifier set is applied.
|
||||
|
||||
int \u00A8ide\u00AFnt;
|
||||
int ¨ide¯nt;
|
Loading…
Add table
Add a link
Reference in a new issue