Add a PR reference for XFAILed test

llvm-svn: 209730
This commit is contained in:
Alp Toker 2014-05-28 12:26:32 +00:00
parent 6cfe412e6e
commit 6b0beb0cbd
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
// XFAIL: *
// FIXME: This is PR7655
struct X {
template<typename T> X(T);
X(int, int);