libcxx

libcxx mirror with random patches
git clone https://git.neptards.moe/neptards/libcxx.git
Log | Files | Refs

uchar_h.pass.cpp (508B)


      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 
     19 int main()
     20 {
     21 }