shouldCompile

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

  1. mixintemplate shouldCompile(D dCode)
  2. string shouldCompile(D dCode)
  3. void shouldCompile(C header, D app, string[] cmdLineArgs)
  4. void shouldCompile(Cpp header, D app, string[] cmdLineArgs)
    void
    shouldCompile
    (
    string file = __FILE__
    size_t line = __LINE__
    )
    (,
    in D app
    ,
    in string[] cmdLineArgs = []
    )

Meta