/**
   Integration tests that compile and run the resulting code.
 */
module it.c.run;

public import it;
public import clang: TranslationUnit, Cursor;