aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/pr101331.C
blob: 015aba200d3e4e17ab85ae3e047a7479bafe29eb (plain)
1
2
3
4
5
6
7
// PR c++/101331
// { dg-do compile }
// { dg-options "-fsanitize-coverage=trace-pc -O2 -std=c++11" }

int a[2];
int b = 1;
int c { b && (a[b] = 0) };