// RUN: %clang_cc1 -fsyntax-only -verify %s
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++98 %s
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
void
;
;
void
void
void
void
;
;
void
;
T
void
void
void
void
// PR5220
;
// Fun with template instantiation and conversions
;
;
void
// In theory we can do overload resolution at template-definition time on this.
// We should at least not assert.
// PR8739