XFAIL this for now.

llvm-svn: 94653
This commit is contained in:
Anders Carlsson 2010-01-27 03:06:00 +00:00
parent 29f899dc6f
commit 2a58948dc9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s
// RUN: %clang_cc1 -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s
// RUN: FileCheck -check-prefix LP32 --input-file=%t-32.s %s
// XFAIL: *
extern "C" int printf(...);
struct S {
operator int();