Mercurial > hg > CbC > CbC_llvm
view clang/test/SemaCXX/cxx20-constinit.cpp @ 221:79ff65ed7e25
LLVM12 Original
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 15 Jun 2021 19:15:29 +0900 |
parents | |
children |
line wrap: on
line source
// RUN: %clang_cc1 %s -std=c++20 -verify // expected-no-diagnostics constinit int a __attribute__((weak)) = 0;