app.d 107 B

123456789
  1. import libstuff;
  2. void main ()
  3. {
  4. immutable ret = printLibraryString ("foo");
  5. assert (ret == 4);
  6. }