Newer
Older
dub_jkp / test / issue2587-subpackage-dependency-resolution / a / source / app.d
@WebFreak001 WebFreak001 on 12 Feb 2023 46 bytes fix #2587
  1. import b, c;
  2.  
  3. void main()
  4. {
  5. doB();
  6. doC();
  7. }