]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gdc.test/compilable/test12567c.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test12567c.d
CommitLineData
b4c522fa 1// REQUIRED_ARGS:
5fee5ec3 2// EXTRA_FILES: imports/a12567.d
b4c522fa
IB
3// PERMUTE_ARGS:
4/*
5TEST_OUTPUT:
6---
5fee5ec3 7compilable/test12567c.d(10): Deprecation: module `imports.a12567` is deprecated - This module will be removed in future release.
b4c522fa
IB
8---
9*/
10import imports.a12567;
11
12void main() { foo(); }