summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR27754/algobase.h
blob: f5e47d8dc7d3f798cfabdf277c314e927be72519 (plain)
1
2
3
4
#ifndef _STL_ALGOBASE_H
#define _STL_ALGOBASE_H
template<typename _Tp, _Tp> struct integral_constant {};
#endif
OpenPOWER on IntegriCloud