mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
8 lines
222 B
D
8 lines
222 B
D
/*
|
|
EXTRA_FILES: protection/subpkg/test3.d
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/protection/subpkg/test3.d(3): Error: `protection package` expected as dot-separated identifiers, got `123`
|
|
---
|
|
*/
|
|
import protection.subpkg.test3;
|