annotate clang/test/Index/pr20320.h @ 173:0572611fdcc8 llvm10 llvm12

reorgnization done
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 11:55:54 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 #ifndef pr20320_h
anatofuz
parents:
diff changeset
2 #define pr20320_h
anatofuz
parents:
diff changeset
3
anatofuz
parents:
diff changeset
4 template<>
anatofuz
parents:
diff changeset
5 struct S< ::Number::One>
anatofuz
parents:
diff changeset
6 {
anatofuz
parents:
diff changeset
7 };
anatofuz
parents:
diff changeset
8
anatofuz
parents:
diff changeset
9 template<>
anatofuz
parents:
diff changeset
10 struct S< ::Number::Two>
anatofuz
parents:
diff changeset
11 {
anatofuz
parents:
diff changeset
12 };
anatofuz
parents:
diff changeset
13
anatofuz
parents:
diff changeset
14 #endif