xref: /llvm-project/clang/test/Modules/Inputs/PR27754/algobase.h (revision b648399f9f331632a893dad74775398dc20e5664)
1*b648399fSRichard Smith #ifndef _STL_ALGOBASE_H
2*b648399fSRichard Smith #define _STL_ALGOBASE_H
3*b648399fSRichard Smith template<typename _Tp, _Tp> struct integral_constant {};
4*b648399fSRichard Smith #endif
5