mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
9 lines
227 B
D
9 lines
227 B
D
// EXTRA_SOURCES: imports/bar11136.d
|
|
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/imports/bar11136.d(1): Error: package name 'ice11136' conflicts with usage as a module name in file fail_compilation/ice11136.d
|
|
---
|
|
*/
|
|
|
|
module ice11136;
|