Skip to content
Snippets Groups Projects
Commit d7fc9b58 authored by Alp Toker's avatar Alp Toker
Browse files

Add a PR reference for XFAILed test

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209730 91177308-0d34-0410-b5e6-96231b3b80d8
parent c537653e
No related branches found
No related tags found
No related merge requests found
// RUN: %clang_cc1 -fsyntax-only -verify %s
// XFAIL: *
// FIXME: This is PR7655
struct X {
template<typename T> X(T);
X(int, int);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment