1 //===----------------------------------------------------------------------===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is dual licensed under the MIT and the University of Illinois Open
6 // Source Licenses. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // XFAIL: suse-linux-enterprise-server-11
11 // XFAIL: apple-darwin
12 // XFAIL: newlib
13 // XFAIL: netbsd
14
15 // <uchar.h>
16
17 #include <uchar.h>
18
main()19 int main()
20 {
21 }
22