Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
PR27754
/
algobase.h
1
#ifndef _STL_ALGOBASE_H
2
#define _STL_ALGOBASE_H
3
template<typename _Tp, _Tp> struct integral_constant {};
4
#endif
5