================
@@ -0,0 +1,62 @@
+// RUN: %clang_cc1 -std=c2y -verify %s
+
+bool test_if() {
+  if (true) {}
----------------
shafik wrote:

also: https://gcc.godbolt.org/z/9P9Tsb1Yc 

```c
void g() {
  if ( int arr[] = {1,2,3}; arr[1]) {}
}
```

https://github.com/llvm/llvm-project/pull/198244
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to