blob: b2039b279b8991fc45d55d3d1fd9f929de3c6fb9 (
plain)
1
2
3
4
5
6
7
8
9
|
/*
TEST_OUTPUT:
---
fail_compilation/ice13385.d(9): Error: protection attribute 'package(a)' does not bind to one of ancestor packages of module `ice13385`
---
*/
module ice13385;
package(a) void foo() {}
|