mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +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
11
compiler/test/fail_compilation/diag_debug_conditional.d
Normal file
11
compiler/test/fail_compilation/diag_debug_conditional.d
Normal file
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
TEST_OUTPUT:
|
||||
---
|
||||
fail_compilation/diag_debug_conditional.d(1): Error: identifier or integer expected inside `debug(...)`, not `alias`
|
||||
fail_compilation/diag_debug_conditional.d(2): Error: identifier or integer expected inside `version(...)`, not `alias`
|
||||
fail_compilation/diag_debug_conditional.d(3): Error: declaration expected following attribute, not end of file
|
||||
---
|
||||
*/
|
||||
#line 1
|
||||
debug(alias)
|
||||
version(alias)
|
Loading…
Add table
Add a link
Reference in a new issue