1082229ebSMarshall Clow //===----------------------------------------------------------------------===//
2082229ebSMarshall Clow //
357b08b09SChandler Carruth // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
457b08b09SChandler Carruth // See https://llvm.org/LICENSE.txt for license information.
557b08b09SChandler Carruth // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6082229ebSMarshall Clow //
7082229ebSMarshall Clow //===----------------------------------------------------------------------===//
8082229ebSMarshall Clow 
9082229ebSMarshall Clow // <version>
10*31cbe0f2SLouis Dionne // UNSUPPORTED: c++03, c++11, c++14, c++17
11082229ebSMarshall Clow 
12082229ebSMarshall Clow #include <version>
13082229ebSMarshall Clow 
147fc6a556SMarshall Clow #include "test_macros.h"
157fc6a556SMarshall Clow 
162df59c50SJF Bastien int main(int, char**)
17082229ebSMarshall Clow {
182df59c50SJF Bastien 
192df59c50SJF Bastien   return 0;
20082229ebSMarshall Clow }
21