Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-09-19
/
.
/
clang
/
test
/
SemaCXX
/
rounding-math-crash.cpp
blob: 2a09b02fe9cef3b21bd33c2308686e22353de8d4 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -triple x86_64-linux -fsyntax-only -frounding-math -verify %s
template
<
class
b
>
b
::
a
()
{}
// expected-warning@-1 {{implicit 'typename' is a C++20 extension}}
// expected-error@-2 {{expected unqualified-id}}