Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / noexcept37.C
blob93dfecb9662d7a29b176029897b31a2be8423458
1 // PR c++/89571
2 // { dg-do compile { target c++11 } }
4 struct A
6   int i = ;  // { dg-error "expected" }
7   A() noexcept = default;
8 };