[llvm][NFC] Rework Timer.cpp globals to ensure valid lifetimes (#121663)
[llvm-project.git] / libcxx / test / std / utilities / variant / variant.general / nothing_to_do.pass.cpp
blob796f3c353ba17d4aade1333ee2c86b7b85b4bbd7
1 //===----------------------------------------------------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 int main(int, char**) {
10 return 0;