Searched refs:Subscript0 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dinstantiate-subscript.cpp17 struct Subscript0 { struct
23 template struct Subscript0<int*, int, int&>;
24 template struct Subscript0<Sub0, int, int&>;
25 template struct Subscript0<Sub1, ConvertibleToInt, long&>;
26 template struct Subscript0<Sub1, Sub0, long&>; // expected-note{{instantiation}}

Completed in 37 milliseconds