Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
coroutines
/
co-await-syntax-02-outside-fn.C
blob: 4ce5c2e04a0abda0e3d240109e57d97b12441171 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fsyntax-only -w" }
#include
"coro.h"
auto
f
(
int
x
=
co_await coro
::
suspend_always
{});
// { dg-error {'co_await' cannot be used outside a function} }