Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
coroutines
/
co-yield-syntax-02-outside-fn.C
blob: 71e119fbef3fd62c543006f10849c58de862e752 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fsyntax-only -w" }
#include
"coro.h"
int
a
[]
=
{
co_yield
21
};
// { dg-error {'co_yield' cannot be used outside a function} }