mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
Attempt to prevent a race condition with dmd test runner when same file but different extension is used (#16330)
This commit is contained in:
parent
ab4e5f54f8
commit
bc7dd498dd
3 changed files with 20 additions and 6 deletions
6
compiler/test/compilable/ident_c99.c
Normal file
6
compiler/test/compilable/ident_c99.c
Normal file
|
@ -0,0 +1,6 @@
|
|||
// REQUIRED_ARGS: -identifiers-importc=c99
|
||||
|
||||
// verify that the C99 identifier set is applied.
|
||||
|
||||
int \u00AAide\u00B5nt;
|
||||
int ªideµnt2;
|
Loading…
Add table
Add a link
Reference in a new issue