Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
coroutines
/
co-yield-syntax-01-outside-fn.C
blob: 30db0e963b09be34c206a512af622464bfeaa5e2 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fsyntax-only -w" }
#include
"coro.h"
auto
f
(
int
x
=
co_yield
5
);
// { dg-error {'co_yield' cannot be used outside a function} }