mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 17:16:07 +00:00
17 lines
389 B
C++
17 lines
389 B
C++
//===----------------------------------------------------------------------===//
|
|
//
|
|
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
|
|
//
|
|
// This file is distributed under the University of Illinois Open Source
|
|
// License. See LICENSE.TXT for details.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
// <cuchar>
|
|
|
|
#include <cuchar>
|
|
|
|
int main()
|
|
{
|
|
}
|