xref: /llvm-project/libcxx/src/experimental/keep.cpp (revision 12bb2910c3e339730279f65b2c0813ccfce024f1)
1*12bb2910SLouis Dionne //===----------------------------------------------------------------------===//
2*12bb2910SLouis Dionne //
3*12bb2910SLouis Dionne // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4*12bb2910SLouis Dionne // See https://llvm.org/LICENSE.txt for license information.
5*12bb2910SLouis Dionne // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6*12bb2910SLouis Dionne //
7*12bb2910SLouis Dionne //===----------------------------------------------------------------------===//
8*12bb2910SLouis Dionne 
9*12bb2910SLouis Dionne // Empty file just to make sure we produce a libc++experimental.a library even
10*12bb2910SLouis Dionne // when there isn't anything in it.
11