c++: Implement __is_nothrow_invocable built-in trait
[official-gcc.git] / gcc / testsuite / g++.dg / pr93195b.C
blob303d8588c0f64dee24f8a6a122281e3650b7ca3e
1 /* { dg-do compile { target { ! { nvptx*-*-* visium-*-* } } } } */
2 /* { dg-options "-O0 -fpatchable-function-entry=1" } */
3 /* { dg-additional-options "-fno-pie" { target sparc*-*-* } } */
5 inline void
6 foo (void)
10 void
11 bar1 (void)
13   foo ();