DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-6.0 / 1%3A6.0.1-10 / clang / test / Index / pr20320.h
1234567891011121314
#ifndef pr20320_h #define pr20320_h template<> struct S< ::Number::One> { }; template<> struct S< ::Number::Two> { }; #endif