blob: 69f93ab1ab02f1f808ae2bc16723ae963e15765e [file] [log] [blame]
// { dg-options "-std=c++0x" }
static_assert(7 / 0, "X"); // { dg-error "non-constant condition" }
// { dg-warning "division by zero" "" { target *-*-* } 2 }