// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s
// Test parsing + semantic analysis
;
;
// Test instantiation
int check_types;
int check_ints;
// Test instantiation involving function parameter packs.
;
void
;
// Test parser and semantic recovery.
;
// expected-note{{parameter pack 'Types' declared here}}
;