Fortran: Fix PR 47485.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-60.C
blob9203d1dd1bdcae1dc87745bc670a531f3f5f4ee8
1 // PR c++/60365
2 // { dg-do compile { target c++11 } }
4 void func [[noreturn, noreturn]] (); // { dg-warning "specified multiple times" }