Why we didn't see that before. FileCheck is consuming the issued diagnostics,

which per se is terrible...


git-svn-id: http://root.cern.ch/svn/root/trunk@46669 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Vassil Vassilev 2012-10-19 10:07:41 +00:00
parent 24cdb599f7
commit 5b30c1e744

View File

@ -1,6 +1,6 @@
#include <cstring>
extern "C" extern int printf(const char* fmt, ...);
extern "C" int printf(const char* fmt, ...);
class Alpha {
private: