Mercurial > hg > CbC > CbC_llvm
view clang/test/SemaTemplate/nss-recovery.cpp @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | |
children |
line wrap: on
line source
// RUN: %clang_cc1 -fsyntax-only -verify %s // There should be no extra errors about missing 'typename' keywords. void f() { decltype(undef())::Type T; // expected-error {{use of undeclared identifier}} }