[package]
name = "cxx-test-suite"
version = "0.0.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Test suite of the cxx crate"
repository = "https://github.com/dtolnay/cxx"
license = "MIT OR Apache-2.0"
edition = "2021"
[features]
"c++14" = []
"c++17" = []
"c++20" = []