[X86] Move getGFNICtrlMask before CTLZ/CTTZ lowering. NFC.
[llvm-project.git] / clang / test / SemaCXX / rounding-math-crash.cpp
blob2a09b02fe9cef3b21bd33c2308686e22353de8d4
1 // RUN: %clang_cc1 -triple x86_64-linux -fsyntax-only -frounding-math -verify %s
3 template <class b> b::a() {}
4 // expected-warning@-1 {{implicit 'typename' is a C++20 extension}}
5 // expected-error@-2 {{expected unqualified-id}}