shouldCompile

Convenience function in the typical case that a test has a C header and a D main file.

  1. void shouldCompile(C header, D app)
    void
    shouldCompile
    (
    string file = __FILE__
    size_t line = __LINE__
    )
    (,
    in D app
    )
  2. void shouldCompile(Cpp header, D app)

Meta