mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Move dmd files into compiler/
This commit is contained in:
parent
20bd0cacbd
commit
6374bb87b7
4579 changed files with 4 additions and 4 deletions
6
compiler/test/compilable/test22886.c
Normal file
6
compiler/test/compilable/test22886.c
Normal file
|
@ -0,0 +1,6 @@
|
|||
// https://issues.dlang.org/show_bug.cgi?id=22886
|
||||
|
||||
struct config *Configlist_add(int);
|
||||
struct config *Configlist_add(int) { return 0; }
|
||||
|
||||
struct config { int dot; };
|
Loading…
Add table
Add a link
Reference in a new issue