mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
19 lines
449 B
C++
19 lines
449 B
C++
//===----------------------------------------------------------------------===//
|
|
//
|
|
// The LLVM Compiler Infrastructure
|
|
//
|
|
// This file is dual licensed under the MIT and the University of Illinois Open
|
|
// Source Licenses. See LICENSE.TXT for details.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
//
|
|
// XFAIL: apple-darwin
|
|
// XFAIL: newlib
|
|
|
|
// <uchar.h>
|
|
|
|
#include <uchar.h>
|
|
|
|
int main()
|
|
{
|
|
}
|