// RUN: %clang_cc1 -fsyntax-only -verify %s
// Test template instantiation for Clang-specific features.
// ---------------------------------------------------------------------
// Vector types
// ---------------------------------------------------------------------
typedef double double2;
typedef double double4;
;
;
;
typedef double double2;
;
;
; // expected-note{{instantiation}}