We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd561bf commit 16b8fb1Copy full SHA for 16b8fb1
clang/test/AST/static-compound-literals-crash.cpp
@@ -1,6 +1,6 @@
1
// FIXME: These test cases currently crash during codegen, despite initializers
2
// for CLEs being constant.
3
-// RUN: not --crash %clang_cc1 -verify -std=c++20 -emit-llvm %s
+// RUN: not --crash %clang_cc1 -verify -std=c++20 -emit-llvm %s -o -
4
// expected-no-diagnostics
5
namespace case1 {
6
struct RR { int&& r; };
0 commit comments