1 /** 2 Integration tests that compile and run the resulting code. 3 */ 4 module it.c.run; 5 6 public import it; 7 public import clang: TranslationUnit, Cursor;