repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git]
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail20164.d
blob
c70947c7f1e22b3b4853a44fc52e6e3db5e2c925
1
// REQUIRED_ARGS: -de
2
// EXTRA_FILES: imports/fail20164.d
3
/*
4
TEST_OUTPUT:
5
---
6
fail_compilation/fail20164.d(13): Deprecation: module `imports.fail20164` is deprecated
7
---
8
*/
9
module
fail20164
;
10
11
void
foo
()
12
{
13
import
imports
.
fail20164
;
14
}