Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
void g(int x) {
  auto a = Color::Red;
//                ^ @type.enum.variant
  auto b = Limits::MAX;
//                 ^ @type.enum.variant
  std::cout << x;
//     ^ @variable
}
enum class Status { ON };
//                  ^ @type.enum.variant