blob: cadc375bf0bb7d25afa83942e77d2bd9eee8a2e8 [file] [log] [blame]
// REQUIRED_ARGS:
// PERMUTE_ARGS:
/*
TEST_OUTPUT:
---
compilable/test12567c.d(9): Deprecation: module imports.a12567 is deprecated - This module will be removed in future release.
---
*/
import imports.a12567;
void main() { foo(); }