diff options
Diffstat (limited to 'clang/test/Index/Inputs/keep-going-template-instantiations.h')
| -rw-r--r-- | clang/test/Index/Inputs/keep-going-template-instantiations.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Index/Inputs/keep-going-template-instantiations.h b/clang/test/Index/Inputs/keep-going-template-instantiations.h new file mode 100644 index 00000000000..042918b1f8e --- /dev/null +++ b/clang/test/Index/Inputs/keep-going-template-instantiations.h @@ -0,0 +1,3 @@ +template<typename T, T v> struct c {}; +using d = c<bool, false>; +struct foo : public d {};  | 

