Put back the XFAIL.

This commit is contained in:
Vassil Vassilev 2014-07-29 12:16:25 +02:00 committed by sftnight
parent 51cdb1791c
commit f65296420e

View File

@ -7,6 +7,7 @@
//------------------------------------------------------------------------------
// RUN: cat %s | %cling 2>&1 | FileCheck %s
// XFAIL:*
extern "C" int printf(const char* fmt, ...);
// force emission of cxa_atexit such that it doesn't pollute the diff.
class MyClass{public: ~MyClass(){} }mm;