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