Home
last modified time | relevance | path

Searched defs:Subscript0 (Results 1 – 1 of 1) sorted by relevance

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