// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s
// Note: Partial ordering of function templates containing template
// parameter packs is independent of the number of deduced arguments
// for those template parameter packs.
;
int &; // #1
float &; // #2
double &; // #3
void
int &; // #1
float &; // #2
double &; // #3
void
// namespace test_j