xref: /llvm-project/libcxx/test/std/depr/depr.c.headers/complex_h.compile.pass.cpp (revision dafeb97a28467ce90f4eb72f9f00f0cfa1b404b0)
1*dafeb97aSLouis Dionne //===----------------------------------------------------------------------===//
2*dafeb97aSLouis Dionne //
3*dafeb97aSLouis Dionne // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4*dafeb97aSLouis Dionne // See https://llvm.org/LICENSE.txt for license information.
5*dafeb97aSLouis Dionne // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6*dafeb97aSLouis Dionne //
7*dafeb97aSLouis Dionne //===----------------------------------------------------------------------===//
8*dafeb97aSLouis Dionne 
9*dafeb97aSLouis Dionne // <complex.h>
10*dafeb97aSLouis Dionne 
11*dafeb97aSLouis Dionne #include <complex.h>
12*dafeb97aSLouis Dionne 
13*dafeb97aSLouis Dionne std::complex<double> d;
14