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
  1. // need module declarations as '.' is not allowed in module names
  2. module hidden;
  3. static assert(0, "Dub should not compile "~__FILE__~".");