1 //  Copyright 2020 Andrey Semashev
2 
3 //  Distributed under the Boost Software License, Version 1.0.
4 //  See http://www.boost.org/LICENSE_1_0.txt
5 
6 //  See library home page at http://www.boost.org/libs/filesystem
7 
8 #if !defined(_WIN32_WCE)
9 #error "This is not Windows CE"
10 #endif
11 
main()12 int main()
13 {
14 }
15