Newer
Older
dub_jkp / test / ignore-hidden-1 / source / .hidden.d
@Martin Nowak Martin Nowak on 21 Mar 2015 139 bytes ignore hidden files during build
// need module declarations as '.' is not allowed in module names
module hidden;
static assert(0, "Dub should not compile "~__FILE__~".");