Construct a source file from 'body' (a string containing lines of C/C++ code) and 'headers' (a list of header files to include) and run it through the preprocessor. Return true if the preprocessor succeeded, false if there were any errors. ('body' probably isn't of m
(self, body=None, headers=None, include_dirs=None, lang="c")
source not stored for this graph (policy: none)
no test coverage detected