[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Headers / Inputs / include / limits
blobfbee11ef118f80a2e01987589bfa28e9cbc9b7cc
1 #pragma once
3 namespace std
5 struct __numeric_limits_base
6   {};
7 template<typename _Tp>
8   struct numeric_limits : public __numeric_limits_base
9     {};