llvm-project/clang/test/SemaCXX/rounding-math-crash.cpp
Haojian Wu 8ecf3660f2 Fix buildbot error.
-frounding-math is not available for all targets.
2021-09-23 17:04:46 +02:00

4 lines
156 B
C++

// RUN: %clang_cc1 -triple x86_64-linux -fsyntax-only -frounding-math -verify %s
template <class b> b::a() {} // expected-error {{nested name specifier}}