waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

extra.d (60B)


      1 module extra;
      2 
      3 char[] abc()
      4 {
      5 	return cast(char[])"abc";
      6 }
      7