[AMDGPU][AsmParser][NFC] Translate parsed MIMG instructions to MCInsts automatically.
[llvm-project.git] / clang-tools-extra / clangd / unittests / decision_forest_model / CategoricalFeature.h
blobdfb6ab3b199d1f076fd1b9218997b2a1754e4117
1 namespace ns1 {
2 namespace ns2 {
3 enum TestEnum { A, B, C, D };
4 } // namespace ns2
5 } // namespace ns1