mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-15 00:49:53 -04:00
18 lines
212 B
C++
18 lines
212 B
C++
namespace std {
|
|
inline namespace __1 {
|
|
namespace __is_function_imp {}
|
|
}
|
|
}
|
|
|
|
namespace std {
|
|
inline namespace __1 {
|
|
typedef int size_t;
|
|
}
|
|
}
|
|
|
|
namespace X {
|
|
inline namespace Y {
|
|
struct Z;
|
|
}
|
|
}
|