OSDN Git Service

PR c++/46124
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / torture / pr47559.C
1 // { dg-do compile }
2 // { dg-options "-std=c++0x -fnon-call-exceptions" }
3
4 void foo (int *k) noexcept
5 {
6   for (;;)
7     *k = 0;
8 }