shouldCompile

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

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

Meta