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} }