Skip to content
Snippets Groups Projects
Commit 5e7b43ed authored by Timur Iskhodzhanov's avatar Timur Iskhodzhanov
Browse files

Remove outdated FIXME; should have removed that in r160782

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168698 91177308-0d34-0410-b5e6-96231b3b80d8
parent 93308b9a
No related branches found
No related tags found
No related merge requests found
// RUN: %clang_cc1 -emit-llvm %s -o - -cxx-abi microsoft -triple=i386-pc-win32 | FileCheck %s // RUN: %clang_cc1 -emit-llvm %s -o - -cxx-abi microsoft -triple=i386-pc-win32 | FileCheck %s
// FIXME: add tests for return types with complex templates when PR13389 is fixed.
template<class X, class Y, class Z> template<class X, class Y, class Z>
class A {}; class A {};
template<class X> template<class X>
......
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