// REQUIRES: hexagon-registered-target
// RUN: %clang_cc1 -triple hexagon %s -target-feature +hvx-length128b -target-feature +hvxv65 -target-cpu hexagonv65 -fsyntax-only -verify
typedef long Vect1024
;
typedef long Vect2048
;
typedef Vect1024 HVX_Vector;
typedef Vect2048 HVX_VectorPair;
// expected-no-diagnostics
HVX_Vector
HVX_Vector
HVX_VectorPair